adds collect for the statements
This commit is contained in:
@ -6,5 +6,11 @@ module Vool
|
||||
@name , @args , @body = name , args , (body || [])
|
||||
end
|
||||
|
||||
def collect(arr)
|
||||
@args.collect(arr)
|
||||
@body.collect(arr)
|
||||
super
|
||||
end
|
||||
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user