move ruby_method out of rubyx

ruby getting ready for destruction as it’s not used anymore
This commit is contained in:
Torsten Ruger
2017-08-31 16:11:06 +03:00
parent d5a63ec431
commit 0b161ffa06
5 changed files with 6 additions and 6 deletions

View File

@ -31,7 +31,7 @@ module Vool
def create_objects
args_type = make_type
locals_type = make_locals
method = Rubyx::RubyMethod.new(name , args_type , locals_type , body )
method = Vool::VoolMethod.new(name , args_type , locals_type , body )
@clazz.add_method( method )
# compile_methods(clazz,methods)
end