creates methods from method statement

This commit is contained in:
Torsten Ruger
2017-04-08 17:22:53 +03:00
parent b0e3978b15
commit f8b3fa1877
4 changed files with 68 additions and 7 deletions

View File

@ -36,6 +36,10 @@ module Vool
# used to collect frame information
def add_local( array )
end
# used for method creation
def set_class( clazz )
end
end
end