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

@ -10,7 +10,7 @@ module Register
attr_reader :method
def to_s
"FunctionCall(#{method.name})"
"FunctionCall: #{method.name}"
end
end