diff options
Diffstat (limited to 'lib/git/path.rb')
| -rw-r--r-- | lib/git/path.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/git/path.rb b/lib/git/path.rb index e429d6f..87f5c84 100644 --- a/lib/git/path.rb +++ b/lib/git/path.rb @@ -19,5 +19,9 @@ module Git File.writable?(@path) end + def to_s + @path + end + end end
\ No newline at end of file |
