doc/Java/OrgMarc4j/MarcReader.html in marc4j4r-0.1.4 vs doc/Java/OrgMarc4j/MarcReader.html in marc4j4r-0.1.5
- old
+ new
@@ -92,11 +92,11 @@
<ul class="summary">
<li class="public ">
<span class="summary_signature">
- <a href="#each-instance_method" title="#each (instance method)">- (Object) <strong>each</strong>(hashify = true) </a>
+ <a href="#each-instance_method" title="#each (instance method)">- (Object) <strong>each</strong> </a>
</span>
@@ -123,11 +123,11 @@
<div class="method_details first">
<p class="signature first" id="each-instance_method">
- - (<tt>Object</tt>) <strong>each</strong>(hashify = true)
+ - (<tt>Object</tt>) <strong>each</strong>
</p><div class="docstring">
<div class="discussion">
@@ -144,25 +144,25 @@
<tr>
<td>
<pre class="lines">
-26
-27
-28
-29
-30
-31
-32</pre>
+104
+105
+106
+107
+108
+109
+110</pre>
</td>
<td>
- <pre class="code"><span class="info file"># File 'lib/marc4j4r.rb', line 26</span>
+ <pre class="code"><span class="info file"># File 'lib/marc4j4r.rb', line 104</span>
-<span class='def def kw'>def</span> <span class='each identifier id'>each</span><span class='lparen token'>(</span><span class='hashify identifier id'>hashify</span><span class='assign token'>=</span><span class='true true kw'>true</span><span class='rparen token'>)</span>
+<span class='def def kw'>def</span> <span class='each identifier id'>each</span>
<span class='while while kw'>while</span> <span class='self self kw'>self</span><span class='dot token'>.</span><span class='hasNext identifier id'>hasNext</span>
<span class='r identifier id'>r</span> <span class='assign token'>=</span> <span class='self self kw'>self</span><span class='dot token'>.</span><span class='next identifier id'>next</span>
- <span class='r identifier id'>r</span><span class='dot token'>.</span><span class='hashify identifier id'>hashify</span> <span class='if if_mod kw'>if</span> <span class='hashify identifier id'>hashify</span>
+ <span class='r identifier id'>r</span><span class='dot token'>.</span><span class='hashify identifier id'>hashify</span>
<span class='yield yield kw'>yield</span> <span class='r identifier id'>r</span>
<span class='end end kw'>end</span>
<span class='end end kw'>end</span>
</pre>
</td>
@@ -173,10 +173,10 @@
</div>
</div>
<div id="footer">
- Generated on Sat Apr 3 22:01:07 2010 by
+ Generated on Fri Feb 12 16:38:06 2010 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool">yard</a>
0.5.3 (ruby-1.8.7).
</div>
</body>
\ No newline at end of file