rename __send__ for now
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user