starting to create vm_method from ruby_method

issues galore though
This commit is contained in:
Torsten Ruger
2017-01-15 12:10:37 +02:00
parent 9eeb9f65f3
commit 4095bb397f
5 changed files with 40 additions and 9 deletions

View File

@ -9,7 +9,7 @@ module Melon
end
def create_method
RubyCompiler.compile in_Space("def meth; @ivar;end")
RubyCompiler.compile in_Space("def meth; @ivar ;end")
space = Parfait.object_space.get_class
space.get_method(:meth)
end