class Methods down to vool #24

This commit is contained in:
Torsten Ruger
2019-02-14 19:24:12 +02:00
parent 86e3103543
commit 40581494de
5 changed files with 144 additions and 28 deletions

View File

@ -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)