From de071dcd8dee3d853291a5077b9dcdec07dd5362 Mon Sep 17 00:00:00 2001 From: scott Chacon Date: Fri, 16 Nov 2007 11:23:24 -0800 Subject: added some low level tree operations and tests --- lib/git/path.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/git/path.rb') 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 -- cgit