doc/classes/RDoc.html in dsktool-0.2.1 vs doc/classes/RDoc.html in dsktool-0.4.1
- old
+ new
@@ -65,26 +65,21 @@
<div id="bodyContent">
<div id="contextContent">
- <div id="diagram">
- <map id="map" name="map">
- <area shape="RECT" coords="16,16,109,63" href="RDoc.html" alt="RDoc">
-</map>
-<img src="../dot/m_8_0.png" usemap="#map" border=0 alt="Module: RDoc">
- </div>
</div>
<div id="method-list">
<h3 class="section-bar">Methods</h3>
<div class="name-list">
- <a href="#M000074">usage_from_file</a>
+ <a href="#M000295">usage_from_file</a>
+ <a href="#M000296">usage_from_file</a>
</div>
</div>
</div>
@@ -102,22 +97,44 @@
<!-- if method_list -->
<div id="methods">
<h3 class="section-bar">Public Class methods</h3>
- <div id="method-M000074" class="method-detail">
- <a name="M000074"></a>
+ <div id="method-M000295" class="method-detail">
+ <a name="M000295"></a>
<div class="method-heading">
- <a href="RDoc.src/M000074.html" target="Code" class="method-signature"
- onclick="popupCode('RDoc.src/M000074.html');return false;">
+ <a href="RDoc.src/M000295.html" target="Code" class="method-signature"
+ onclick="popupCode('RDoc.src/M000295.html');return false;">
<span class="method-name">usage_from_file</span><span class="method-args">(input_file, *args)</span>
</a>
</div>
<div class="method-description">
<p>
-due to a bug in rdoc, RDoc.usage won’t work correctly when run from a
+due to a bug in rdoc, RDoc.usage won‘t work correctly when run from a
+gem executable
+</p>
+<pre>
+ see http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/211297
+ Display usage from the given file
+</pre>
+ </div>
+ </div>
+
+ <div id="method-M000296" class="method-detail">
+ <a name="M000296"></a>
+
+ <div class="method-heading">
+ <a href="RDoc.src/M000296.html" target="Code" class="method-signature"
+ onclick="popupCode('RDoc.src/M000296.html');return false;">
+ <span class="method-name">usage_from_file</span><span class="method-args">(input_file, *args)</span>
+ </a>
+ </div>
+
+ <div class="method-description">
+ <p>
+due to a bug in rdoc, RDoc.usage won‘t work correctly when run from a
gem executable
</p>
<pre>
see http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/211297
Display usage from the given file
\ No newline at end of file