moved all the normalize stuff over to the ruby layer
Which is how it should have been from the start
This commit is contained in:
@ -23,10 +23,6 @@ module Vool
|
||||
@body.each(&block)
|
||||
end
|
||||
|
||||
def normalize
|
||||
MethodStatement.new( @name , @args , @body.normalize)
|
||||
end
|
||||
|
||||
def has_yield?
|
||||
each{|statement| return true if statement.is_a?(YieldStatement)}
|
||||
return false
|
||||
|
Reference in New Issue
Block a user