add source to instruction
for debug
This commit is contained in:
@ -15,5 +15,9 @@ module Virtual
|
||||
def word_length
|
||||
4
|
||||
end
|
||||
|
||||
def to_s
|
||||
"#{self.class.name}( method: #{method.name})"
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user