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

@ -23,7 +23,7 @@ module Register
attr_reader :from, :to
def to_s
"RegisterTransfer(#{from} -> #{to})"
"RegisterTransfer: #{from} -> #{to}"
end
end