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/Object/Blob.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'doc/classes/Git/Object/Blob.html') diff --git a/doc/classes/Git/Object/Blob.html b/doc/classes/Git/Object/Blob.html index 453a324..bf1551a 100644 --- a/doc/classes/Git/Object/Blob.html +++ b/doc/classes/Git/Object/Blob.html @@ -88,7 +88,7 @@

Methods

- new   + new  
@@ -110,21 +110,21 @@

Public Class methods

-
- +
+

[Source]

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

+
-# File lib/git/object.rb, line 56
+# File lib/git/object.rb, line 88
       def initialize(base, sha, mode = nil)
         super(base, sha)
         @mode = mode
-- 
cgit