summaryrefslogtreecommitdiffstats
path: root/doc/classes/Git/Object/Tag.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/Tag.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/Tag.html')
-rw-r--r--doc/classes/Git/Object/Tag.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Git/Object/Tag.html b/doc/classes/Git/Object/Tag.html
index 8c9c275..54319e5 100644
--- a/doc/classes/Git/Object/Tag.html
+++ b/doc/classes/Git/Object/Tag.html
@@ -137,7 +137,7 @@
onclick="toggleCode('M000180-source');return false;">[Source]</a></p>
<div class="method-source-code" id="M000180-source">
<pre>
-<span class="ruby-comment cmt"># File lib/git/object.rb, line 237</span>
+<span class="ruby-comment cmt"># File lib/git/object.rb, line 240</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">base</span>, <span class="ruby-identifier">sha</span>, <span class="ruby-identifier">name</span>)
<span class="ruby-keyword kw">super</span>(<span class="ruby-identifier">base</span>, <span class="ruby-identifier">sha</span>)
<span class="ruby-ivar">@name</span> = <span class="ruby-identifier">name</span>