From 824ab0ec43a3c9306e75e87537f8e2b3bcc3254e Mon Sep 17 00:00:00 2001 From: scott Chacon Date: Mon, 19 Nov 2007 07:34:25 -0800 Subject: updated docs --- doc/classes/Git/Path.html | 48 +++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) (limited to 'doc/classes/Git/Path.html') diff --git a/doc/classes/Git/Path.html b/doc/classes/Git/Path.html index 5c18b32..a98f08d 100644 --- a/doc/classes/Git/Path.html +++ b/doc/classes/Git/Path.html @@ -88,10 +88,10 @@

Methods

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

Public Class methods

-
- +
+

[Source]

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

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

Public Instance methods

-
- +
+

[Source]

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

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

[Source]

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

+
 # File lib/git/path.rb, line 22
     def to_s
@@ -201,19 +201,19 @@
         
-
- +
+

[Source]

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

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