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