class Methods down to vool #24
This commit is contained in:
@ -2,7 +2,7 @@ module Ruby
|
||||
class ClassMethodStatement < MethodStatement
|
||||
|
||||
def to_vool
|
||||
# Vool::ClassMethodStatement.new( @name , @args.dup , @body.to_vool)
|
||||
Vool::ClassMethodStatement.new( @name , @args.dup , @body.to_vool)
|
||||
end
|
||||
|
||||
def to_s(depth = 0)
|
||||
|
Reference in New Issue
Block a user