simple test for dynamic call
This commit is contained in:
@ -10,7 +10,7 @@ module Mom
|
||||
@statements = statements
|
||||
end
|
||||
|
||||
def flatten
|
||||
def flatten(options = {})
|
||||
cond_label = Label.new( "cond_label_#{object_id}")
|
||||
head = cond_label
|
||||
head.append hoisted.flatten
|
||||
|
Reference in New Issue
Block a user