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.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'doc/classes/Git/Object.html') diff --git a/doc/classes/Git/Object.html b/doc/classes/Git/Object.html index a755c21..a5aad24 100644 --- a/doc/classes/Git/Object.html +++ b/doc/classes/Git/Object.html @@ -94,7 +94,7 @@ represents a git object

Methods

- new   + new  
@@ -126,11 +126,11 @@ Class Git::Object::Tree

Public Class methods

-
- +
+ @@ -141,10 +141,10 @@ if we’re calling this, we don’t know what type it is yet so this is our little factory method

[Source]

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

+
-# File lib/git/object.rb, line 242
+# File lib/git/object.rb, line 253
       def new(base, objectish, type = nil, is_tag = false)
         if is_tag
           sha = base.lib.tag_sha(objectish)
-- 
cgit