summaryrefslogtreecommitdiffstats
path: root/doc/classes/Git/Object.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/Git/Object.html')
-rw-r--r--doc/classes/Git/Object.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/classes/Git/Object.html b/doc/classes/Git/Object.html
index 499a044..d6d12f1 100644
--- a/doc/classes/Git/Object.html
+++ b/doc/classes/Git/Object.html
@@ -88,7 +88,7 @@
<h3 class="section-bar">Methods</h3>
<div class="name-list">
- <a href="#M000120">new</a>&nbsp;&nbsp;
+ <a href="#M000122">new</a>&nbsp;&nbsp;
</div>
</div>
@@ -120,11 +120,11 @@ Class <a href="Object/Tree.html" class="link">Git::Object::Tree</a><br />
<div id="methods">
<h3 class="section-bar">Public Class methods</h3>
- <div id="method-M000120" class="method-detail">
- <a name="M000120"></a>
+ <div id="method-M000122" class="method-detail">
+ <a name="M000122"></a>
<div class="method-heading">
- <a href="#M000120" class="method-signature">
+ <a href="#M000122" class="method-signature">
<span class="method-name">new</span><span class="method-args">(base, objectish, is_tag = false)</span>
</a>
</div>
@@ -135,8 +135,8 @@ if we&#8217;re calling this, we don&#8217;t know what type it is yet so
this is our little factory method
</p>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000120-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000120-source">
+ onclick="toggleCode('M000122-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000122-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/object.rb, line 87</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">is_tag</span> = <span class="ruby-keyword kw">false</span>)