summaryrefslogtreecommitdiffstats
path: root/doc/classes/Git/Object/Tag.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/Git/Object/Tag.html')
-rw-r--r--doc/classes/Git/Object/Tag.html24
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/classes/Git/Object/Tag.html b/doc/classes/Git/Object/Tag.html
index 9055eff..260b4c4 100644
--- a/doc/classes/Git/Object/Tag.html
+++ b/doc/classes/Git/Object/Tag.html
@@ -88,8 +88,8 @@
<h3 class="section-bar">Methods</h3>
<div class="name-list">
- <a href="#M000130">new</a>&nbsp;&nbsp;
- <a href="#M000131">setup</a>&nbsp;&nbsp;
+ <a href="#M000132">new</a>&nbsp;&nbsp;
+ <a href="#M000133">setup</a>&nbsp;&nbsp;
</div>
</div>
@@ -124,19 +124,19 @@
<div id="methods">
<h3 class="section-bar">Public Class methods</h3>
- <div id="method-M000130" class="method-detail">
- <a name="M000130"></a>
+ <div id="method-M000132" class="method-detail">
+ <a name="M000132"></a>
<div class="method-heading">
- <a href="#M000130" class="method-signature">
+ <a href="#M000132" 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('M000130-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000130-source">
+ onclick="toggleCode('M000132-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000132-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/object.rb, line 74</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>)
@@ -150,19 +150,19 @@
<h3 class="section-bar">Public Instance methods</h3>
- <div id="method-M000131" class="method-detail">
- <a name="M000131"></a>
+ <div id="method-M000133" class="method-detail">
+ <a name="M000133"></a>
<div class="method-heading">
- <a href="#M000131" class="method-signature">
+ <a href="#M000133" class="method-signature">
<span class="method-name">setup</span><span class="method-args">()</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000131-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000131-source">
+ onclick="toggleCode('M000133-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000133-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/object.rb, line 79</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">setup</span>