summaryrefslogtreecommitdiffstats
path: root/doc/classes/Git/Diff/DiffFile.html
diff options
context:
space:
mode:
authorscott Chacon <schacon@agadorsparticus.corp.reactrix.com>2007-11-12 10:55:39 -0800
committerscott Chacon <schacon@agadorsparticus.corp.reactrix.com>2007-11-12 10:55:39 -0800
commit32fbe703605310c91677225442a62ae0869d0892 (patch)
tree00c2b73a07e1200e097490c1fa7d6b5a77fa2032 /doc/classes/Git/Diff/DiffFile.html
parent646304a6e7c3b2c442a0a7db995629e7009c3a14 (diff)
downloadthird_party-ruby-git-32fbe703605310c91677225442a62ae0869d0892.tar.gz
third_party-ruby-git-32fbe703605310c91677225442a62ae0869d0892.tar.xz
third_party-ruby-git-32fbe703605310c91677225442a62ae0869d0892.zip
added push, changed some docs, merged README and EXAMPLES, fixed the Rake tasks to build a proper gem
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 ec349f8..f13fd79 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="#M000146">blob</a>&nbsp;&nbsp;
- <a href="#M000145">new</a>&nbsp;&nbsp;
+ <a href="#M000148">blob</a>&nbsp;&nbsp;
+ <a href="#M000147">new</a>&nbsp;&nbsp;
</div>
</div>
@@ -147,19 +147,19 @@
<div id="methods">
<h3 class="section-bar">Public Class methods</h3>
- <div id="method-M000145" class="method-detail">
- <a name="M000145"></a>
+ <div id="method-M000147" class="method-detail">
+ <a name="M000147"></a>
<div class="method-heading">
- <a href="#M000145" class="method-signature">
+ <a href="#M000147" 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('M000145-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000145-source">
+ onclick="toggleCode('M000147-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000147-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-M000146" class="method-detail">
- <a name="M000146"></a>
+ <div id="method-M000148" class="method-detail">
+ <a name="M000148"></a>
<div class="method-heading">
- <a href="#M000146" class="method-signature">
+ <a href="#M000148" 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('M000146-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000146-source">
+ onclick="toggleCode('M000148-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000148-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>)