fix while statements each
wasn’t picking up condition
This commit is contained in:
@ -29,7 +29,7 @@ module Vool
|
||||
|
||||
def each(&block)
|
||||
block.call(self)
|
||||
@condition.each(&block)
|
||||
block.call(@condition)
|
||||
@body.each(&block)
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user