starting on ruby send

This commit is contained in:
Torsten Ruger
2017-01-15 20:30:47 +02:00
parent cf0a123866
commit 96f19d18c0
5 changed files with 19 additions and 5 deletions

View File

@ -12,7 +12,7 @@ module Vm
type = get_my_type(me)
method = type.get_method(statement.name)
raise "Method not implemented #{type.inspect}.#{statement.name}" unless method
raise "Method not implementedfor me#{type} #{type.inspect}.#{statement.name}" unless method
# move our receiver there
add_reg_to_slot( statement , me , :new_message , :receiver)