Remove MethodReturn instruction
and pass and fix all tests move towards removing all vm instructions
This commit is contained in:
@ -1,14 +0,0 @@
|
||||
module Virtual
|
||||
|
||||
|
||||
# also the return shuffles our objects beck before actually transferring control
|
||||
class MethodReturn < Instruction
|
||||
def initialize method
|
||||
@method = method
|
||||
end
|
||||
|
||||
attr_reader :method
|
||||
|
||||
end
|
||||
|
||||
end
|
Reference in New Issue
Block a user