From bc60052b519b8b991e50b8ccb30f2b76ad125996 Mon Sep 17 00:00:00 2001 From: scott Chacon Date: Fri, 16 Nov 2007 13:24:30 -0800 Subject: updated the docs --- doc/classes/Git/Path.html | 60 +++++++++++++++++++++++++++++++++-------------- 1 file changed, 42 insertions(+), 18 deletions(-) (limited to 'doc/classes/Git/Path.html') diff --git a/doc/classes/Git/Path.html b/doc/classes/Git/Path.html index 1f49a3e..5c18b32 100644 --- a/doc/classes/Git/Path.html +++ b/doc/classes/Git/Path.html @@ -88,9 +88,10 @@

Methods

- new   - readable?   - writable?   + new   + readable?   + to_s   + writable?  
@@ -125,19 +126,19 @@

Public Class methods

-
- +
+

[Source]

-
+ onclick="toggleCode('M000145-source');return false;">[Source]

+
 # File lib/git/path.rb, line 6
     def initialize(path, check_path = true)
@@ -154,19 +155,19 @@
 
       

Public Instance methods

-
- +
+

[Source]

-
+ onclick="toggleCode('M000146-source');return false;">[Source]

+
 # File lib/git/path.rb, line 14
     def readable?
@@ -177,19 +178,42 @@
         
-
- +
+ + +
+

[Source]

+
+
+# File lib/git/path.rb, line 22
+    def to_s
+      @path
+    end
+
+
+
+
+ +
+ + +

[Source]

-
+ onclick="toggleCode('M000147-source');return false;">[Source]

+
 # File lib/git/path.rb, line 18
     def writable?
-- 
cgit