rename blocks do_add to be the same as sunctions add_code to blur the difference
This commit is contained in:
@ -39,7 +39,7 @@ module Boot
|
||||
return get_function
|
||||
end
|
||||
|
||||
def _set_instance_variable(context , name , value)
|
||||
def _set_instance_variable(context , name = Vm::Integer , value = Vm::Integer )
|
||||
set_function = Vm::Function.new(:_set_instance_variable , Vm::Integer , [ Vm::Integer , Vm::Integer] , Vm::Integer )
|
||||
me = set_function.receiver
|
||||
var_name = set_function.args.first
|
||||
|
Reference in New Issue
Block a user