rename for_type to self_type
and split a base class off TypedMethod
This commit is contained in:
@ -39,10 +39,6 @@ module Vool
|
||||
flat
|
||||
end
|
||||
|
||||
def create_objects
|
||||
@statements.each{ |s| s.create_objects }
|
||||
end
|
||||
|
||||
def each(&block)
|
||||
block.call(self)
|
||||
@statements.each{|a| a.each(&block)}
|
||||
|
Reference in New Issue
Block a user