add source to instruction

for debug
This commit is contained in:
Torsten Ruger
2015-07-18 11:21:49 +03:00
parent 50da6a40f2
commit 53d8f4b163
5 changed files with 21 additions and 3 deletions

View File

@ -15,5 +15,9 @@ module Virtual
def word_length
4
end
def to_s
"#{self.class.name}( method: #{method.name})"
end
end
end