summaryrefslogtreecommitdiffstats
path: root/doc/classes/Git/Object/Tag.html
diff options
context:
space:
mode:
authorscott Chacon <schacon@agadorsparticus.(none)>2007-11-19 07:34:25 -0800
committerscott Chacon <schacon@agadorsparticus.(none)>2007-11-19 07:34:25 -0800
commit824ab0ec43a3c9306e75e87537f8e2b3bcc3254e (patch)
tree49707bffd30fe4ca38299100c2f219459ceb48b8 /doc/classes/Git/Object/Tag.html
parentc7abfc156933fff21e765aeec1d9b94e1c9f9f7f (diff)
downloadthird_party-ruby-git-824ab0ec43a3c9306e75e87537f8e2b3bcc3254e.tar.gz
third_party-ruby-git-824ab0ec43a3c9306e75e87537f8e2b3bcc3254e.tar.xz
third_party-ruby-git-824ab0ec43a3c9306e75e87537f8e2b3bcc3254e.zip
updated docs
Diffstat (limited to 'doc/classes/Git/Object/Tag.html')
-rw-r--r--doc/classes/Git/Object/Tag.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/classes/Git/Object/Tag.html b/doc/classes/Git/Object/Tag.html
index 309aa0f..8c9c275 100644
--- a/doc/classes/Git/Object/Tag.html
+++ b/doc/classes/Git/Object/Tag.html
@@ -88,7 +88,7 @@
<h3 class="section-bar">Methods</h3>
<div class="name-list">
- <a href="#M000176">new</a>&nbsp;&nbsp;
+ <a href="#M000180">new</a>&nbsp;&nbsp;
</div>
</div>
@@ -123,21 +123,21 @@
<div id="methods">
<h3 class="section-bar">Public Class methods</h3>
- <div id="method-M000176" class="method-detail">
- <a name="M000176"></a>
+ <div id="method-M000180" class="method-detail">
+ <a name="M000180"></a>
<div class="method-heading">
- <a href="#M000176" class="method-signature">
+ <a href="#M000180" class="method-signature">
<span class="method-name">new</span><span class="method-args">(base, sha, name)</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000176-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000176-source">
+ 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 226</span>
+<span class="ruby-comment cmt"># File lib/git/object.rb, line 237</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>