fix test result, but not test yet

This commit is contained in:
Torsten Ruger
2015-08-07 16:46:55 +03:00
parent 4afd7f78ca
commit ca14ef8914
6 changed files with 40 additions and 16 deletions

View File

@ -7,7 +7,7 @@ module Register
@left = left
@right = right
end
attr_reader :left , :right
attr_reader :operator, :left , :right
def to_s
"OperatorInstruction: #{left} #{operator} #{right}"