Skip to content

Commit

Permalink
weaver: new list
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Dvořák committed Sep 16, 2022
1 parent ed4321e commit 3076619
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions weaver.rb
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,9 @@ def make_gen type, dimStr
end
hedges.zip(vedges).map{|h, v| v ? "#{h}\n#{v}\n#{v}" : h}.join "\n"
end
when "list"
names = dimStr.split(" ")
$renderer = nil
else
raise ArgumentError, "new ?"
end
Expand Down

0 comments on commit 3076619

Please sign in to comment.