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/Object/AbstractObject.html | 182 ++++++++++++++--------------- 1 file changed, 91 insertions(+), 91 deletions(-) (limited to 'doc/classes/Git/Object/AbstractObject.html') diff --git a/doc/classes/Git/Object/AbstractObject.html b/doc/classes/Git/Object/AbstractObject.html index 86529df..75cb746 100644 --- a/doc/classes/Git/Object/AbstractObject.html +++ b/doc/classes/Git/Object/AbstractObject.html @@ -86,21 +86,21 @@

Methods

- archive   - blob?   - commit?   - contents   - contents_array   - diff   - grep   - log   - new   - setup   - sha   - size   - tag?   - to_s   - tree?   + archive   + blob?   + commit?   + contents   + contents_array   + diff   + grep   + log   + new   + setup   + sha   + size   + tag?   + to_s   + tree?  
@@ -150,19 +150,19 @@

Public Class methods

-
- +
+

[Source]

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

+
 # File lib/git/object.rb, line 17
       def initialize(base, objectish)
@@ -177,11 +177,11 @@
 
       

Public Instance methods

-
- +
+ @@ -191,8 +191,8 @@ creates an archive of this object (tree)

[Source]

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

+
 # File lib/git/object.rb, line 63
       def archive(file = nil, opts = {})
@@ -203,19 +203,19 @@ creates an archive of this object (tree)
         
-
- +
+

[Source]

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

+
 # File lib/git/object.rb, line 71
       def blob?
@@ -226,19 +226,19 @@ creates an archive of this object (tree)
         
-
- +
+

[Source]

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

+
 # File lib/git/object.rb, line 75
       def commit?
@@ -249,11 +249,11 @@ creates an archive of this object (tree)
         
-
- +
+ @@ -263,8 +263,8 @@ creates an archive of this object (tree) caches the contents of this call in memory

[Source]

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

+
 # File lib/git/object.rb, line 32
       def contents
@@ -275,19 +275,19 @@ caches the contents of this call in memory
         
-
- +
+

[Source]

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

+
 # File lib/git/object.rb, line 36
       def contents_array
@@ -298,19 +298,19 @@ caches the contents of this call in memory
         
-
- +
+

[Source]

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

+
 # File lib/git/object.rb, line 54
       def diff(objectish)
@@ -321,19 +321,19 @@ caches the contents of this call in memory
         
-
- +
+

[Source]

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

+
 # File lib/git/object.rb, line 48
       def grep(string, path_limiter = nil, opts = {})
@@ -346,19 +346,19 @@ caches the contents of this call in memory
         
-
- +
+

[Source]

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

+
 # File lib/git/object.rb, line 58
       def log(count = 30)
@@ -369,19 +369,19 @@ caches the contents of this call in memory
         
-
- +
+

[Source]

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

+
 # File lib/git/object.rb, line 40
       def setup
@@ -392,19 +392,19 @@ caches the contents of this call in memory
         
-
- +
+

[Source]

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

+
 # File lib/git/object.rb, line 23
       def sha
@@ -415,19 +415,19 @@ caches the contents of this call in memory
         
-
- +
+

[Source]

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

+
 # File lib/git/object.rb, line 27
       def size
@@ -438,19 +438,19 @@ caches the contents of this call in memory
         
-
- +
+

[Source]

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

+
 # File lib/git/object.rb, line 79
      def tag?
@@ -461,42 +461,42 @@ caches the contents of this call in memory
         
-
- +
+

[Source]

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

+
 # File lib/git/object.rb, line 44
       def to_s
-        sha
+        @objectish
       end
 
-
- +
+

[Source]

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

+
 # File lib/git/object.rb, line 67
       def tree?
-- 
cgit