fix module handling at ruby level
Was returning arrays instead of Statements, which messed things up
This commit is contained in:
@ -26,6 +26,8 @@ module Ruby
|
||||
sendd.arguments << lambda
|
||||
ret
|
||||
end
|
||||
|
||||
def to_s(depth = 0)
|
||||
at_depth(depth , "{|#{@args.join(',')}| #{@body}}")
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user