summaryrefslogtreecommitdiffstats
path: root/doc/classes/Git/Diff/DiffFile.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/Git/Diff/DiffFile.html')
-rw-r--r--doc/classes/Git/Diff/DiffFile.html24
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/classes/Git/Diff/DiffFile.html b/doc/classes/Git/Diff/DiffFile.html
index f13fd79..39139e5 100644
--- a/doc/classes/Git/Diff/DiffFile.html
+++ b/doc/classes/Git/Diff/DiffFile.html
@@ -86,8 +86,8 @@
<h3 class="section-bar">Methods</h3>
<div class="name-list">
- <a href="#M000148">blob</a>&nbsp;&nbsp;
- <a href="#M000147">new</a>&nbsp;&nbsp;
+ <a href="#M000165">blob</a>&nbsp;&nbsp;
+ <a href="#M000164">new</a>&nbsp;&nbsp;
</div>
</div>
@@ -147,19 +147,19 @@
<div id="methods">
<h3 class="section-bar">Public Class methods</h3>
- <div id="method-M000147" class="method-detail">
- <a name="M000147"></a>
+ <div id="method-M000164" class="method-detail">
+ <a name="M000164"></a>
<div class="method-heading">
- <a href="#M000147" class="method-signature">
+ <a href="#M000164" class="method-signature">
<span class="method-name">new</span><span class="method-args">(base, hash)</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000147-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000147-source">
+ onclick="toggleCode('M000164-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000164-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/diff.rb, line 77</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">base</span>, <span class="ruby-identifier">hash</span>)
@@ -178,19 +178,19 @@
<h3 class="section-bar">Public Instance methods</h3>
- <div id="method-M000148" class="method-detail">
- <a name="M000148"></a>
+ <div id="method-M000165" class="method-detail">
+ <a name="M000165"></a>
<div class="method-heading">
- <a href="#M000148" class="method-signature">
+ <a href="#M000165" class="method-signature">
<span class="method-name">blob</span><span class="method-args">(type = :dst)</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000148-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000148-source">
+ onclick="toggleCode('M000165-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000165-source">
<pre>
<span class="ruby-comment cmt"># File lib/git/diff.rb, line 87</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">blob</span>(<span class="ruby-identifier">type</span> = <span class="ruby-identifier">:dst</span>)