From 32fbe703605310c91677225442a62ae0869d0892 Mon Sep 17 00:00:00 2001 From: scott Chacon Date: Mon, 12 Nov 2007 10:55:39 -0800 Subject: added push, changed some docs, merged README and EXAMPLES, fixed the Rake tasks to build a proper gem --- doc/classes/Git/Object/AbstractObject.html | 96 +++++++++++++++--------------- 1 file changed, 48 insertions(+), 48 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 e2569c4..10d0080 100644 --- a/doc/classes/Git/Object/AbstractObject.html +++ b/doc/classes/Git/Object/AbstractObject.html @@ -86,14 +86,14 @@

Methods

- contents   - contents_array   - diff   - grep   - log   - new   - setup   - to_s   + contents   + contents_array   + diff   + grep   + log   + new   + setup   + to_s  
@@ -143,19 +143,19 @@

Public Class methods

-
- +
+

[Source]

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

+
 # File lib/git/object.rb, line 13
       def initialize(base, sha)
@@ -171,19 +171,19 @@
 
       

Public Instance methods

-
- +
+

[Source]

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

+
 # File lib/git/object.rb, line 20
       def contents
@@ -194,19 +194,19 @@
         
-
- +
+

[Source]

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

+
 # File lib/git/object.rb, line 24
       def contents_array
@@ -217,19 +217,19 @@
         
-
- +
+

[Source]

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

+
 # File lib/git/object.rb, line 42
       def diff(objectish)
@@ -240,19 +240,19 @@
         
-
- +
+

[Source]

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

+
 # File lib/git/object.rb, line 36
       def grep(string, path_limiter = nil, opts = {})
@@ -265,19 +265,19 @@
         
-
- +
+

[Source]

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

+
 # File lib/git/object.rb, line 46
       def log(count = 30)
@@ -288,19 +288,19 @@
         
-
- +
+

[Source]

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

+
 # File lib/git/object.rb, line 28
       def setup
@@ -311,19 +311,19 @@
         
-
- +
+

[Source]

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

+
 # File lib/git/object.rb, line 32
       def to_s
-- 
cgit