rename __send__ for now
This commit is contained in:
parent
892f251d18
commit
31ee3a62fe
@ -34,8 +34,8 @@ module Builtin
|
||||
function.set_return ret
|
||||
function
|
||||
end
|
||||
def __send__ context
|
||||
function = Virtual::CompiledMethod.new(:__send__ , [] , Virtual::Integer)
|
||||
def __send context
|
||||
function = Virtual::CompiledMethod.new(:__send , [] , Virtual::Integer)
|
||||
return function
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user