small fixes

This commit is contained in:
Torsten Ruger
2014-05-21 19:33:58 +03:00
parent b281c24a39
commit c36a08d52d
2 changed files with 4 additions and 3 deletions

View File

@ -24,7 +24,7 @@ module Vm
# part of the dsl, ie serves to make code like value.is a + b work
# ie we save the receier as the result into the instruction and pass that back
def is instruction
instruction.result = self
instruction.assign self
instruction
end
def type