moving from collect to each

when iterating over tree.
Much cleaner, less hokuspukus methods that are noops

Mom is coming back out, but not linked yet
This commit is contained in:
Torsten Ruger
2018-03-15 17:22:56 +05:30
parent 3702411043
commit 3247c2036c
10 changed files with 37 additions and 35 deletions

View File

@ -31,10 +31,6 @@ module Vool
raise self.class.name
end
def each()
yield self
end
def to_mom( _ )
# temporary warning to find unimplemented kids
raise "Not implemented for #{self}"