summaryrefslogtreecommitdiffstats
path: root/doc/classes/Git/Object.html
diff options
context:
space:
mode:
authorscott Chacon <schacon@agadorsparticus.(none)>2007-11-19 07:51:08 -0800
committerscott Chacon <schacon@agadorsparticus.(none)>2007-11-19 07:51:08 -0800
commit72635ea8bb741627f828c47d883dbfcdff189c94 (patch)
tree816c93fefe7c623e21e6be4344bcd3053acd0322 /doc/classes/Git/Object.html
parentd7479317e33ec08d6a7a0d841722058c2b6aa98a (diff)
downloadthird_party-ruby-git-72635ea8bb741627f828c47d883dbfcdff189c94.tar.gz
third_party-ruby-git-72635ea8bb741627f828c47d883dbfcdff189c94.tar.xz
third_party-ruby-git-72635ea8bb741627f828c47d883dbfcdff189c94.zip
updated documentation
Diffstat (limited to 'doc/classes/Git/Object.html')
-rw-r--r--doc/classes/Git/Object.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Git/Object.html b/doc/classes/Git/Object.html
index a5aad24..6f1d863 100644
--- a/doc/classes/Git/Object.html
+++ b/doc/classes/Git/Object.html
@@ -144,7 +144,7 @@ this is our little factory method
onclick="toggleCode('M000151-source');return false;">[Source]</a></p>
<div class="method-source-code" id="M000151-source">
<pre>
-<span class="ruby-comment cmt"># File lib/git/object.rb, line 253</span>
+<span class="ruby-comment cmt"># File lib/git/object.rb, line 256</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">new</span>(<span class="ruby-identifier">base</span>, <span class="ruby-identifier">objectish</span>, <span class="ruby-identifier">type</span> = <span class="ruby-keyword kw">nil</span>, <span class="ruby-identifier">is_tag</span> = <span class="ruby-keyword kw">false</span>)
<span class="ruby-keyword kw">if</span> <span class="ruby-identifier">is_tag</span>
<span class="ruby-identifier">sha</span> = <span class="ruby-identifier">base</span>.<span class="ruby-identifier">lib</span>.<span class="ruby-identifier">tag_sha</span>(<span class="ruby-identifier">objectish</span>)