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

@ -11,7 +11,7 @@ module Register
attr_reader :block
def to_s
"Branch(block: #{block.name})"
"Branch: #{block.name}"
end
end