Skip to content

Commit

Permalink
add to_s method for path, so it produce nicer output
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Jan 29, 2013
1 parent c9a7d9f commit 64b8a3b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ruby/ycp/path.rb
Expand Up @@ -19,5 +19,9 @@ def + another
def == (second)
value == second.value
end

def to_s
value.to_s
end
end
end

0 comments on commit 64b8a3b

Please sign in to comment.