clearer to_s s

This commit is contained in:
Torsten Ruger
2015-07-25 09:30:58 +03:00
parent 772212bad9
commit b0c78479ff
10 changed files with 11 additions and 11 deletions

View File

@ -12,7 +12,7 @@ module Register
attr_accessor :register , :constant
def to_s
"LoadConstant(#{register}: #{constant})"
"LoadConstant: #{register} <- #{constant}"
end
end