doc/index.html in term_utils-0.2.0 vs doc/index.html in term_utils-0.3.0
- old
+ new
@@ -79,11 +79,11 @@
3 Audac... Audaces fortuna juvat
---- -------- ----------------
id string8 string16
</code></pre>
-<p>You can produice it with the following code:</p>
+<p>You can produce it with the following code:</p>
<pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_require'>require</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>term_utils/tab</span><span class='tstring_end'>'</span></span>
<span class='const'><span class='object_link'><a href="TermUtils.html" title="TermUtils (module)">TermUtils</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="TermUtils/Tab.html" title="TermUtils::Tab (module)">Tab</a></span></span><span class='period'>.</span><span class='id identifier rubyid_define_table'><span class='object_link'><a href="TermUtils/Tab.html#define_table-class_method" title="TermUtils::Tab.define_table (method)">define_table</a></span></span><span class='lparen'>(</span><span class='symbol'>:foo</span><span class='rparen'>)</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_t'>t</span><span class='op'>|</span>
<span class='id identifier rubyid_t'>t</span><span class='period'>.</span><span class='id identifier rubyid_define_column'>define_column</span> <span class='symbol'>:id</span><span class='comma'>,</span> <span class='symbol'>:width</span> <span class='op'>=></span> <span class='int'>4</span><span class='comma'>,</span> <span class='symbol'>:align</span> <span class='op'>=></span> <span class='symbol'>:right</span>
@@ -107,10 +107,16 @@
<span class='id identifier rubyid_tpr'>tpr</span><span class='period'>.</span><span class='id identifier rubyid_header'>header</span>
<span class='id identifier rubyid_tpr'>tpr</span><span class='period'>.</span><span class='id identifier rubyid_line'>line</span>
<span class='kw'>end</span>
</code></pre>
+<h3 id="label-Argument+Parsing">Argument Parsing</h3>
+
+<p>The Argument Parsing module provides a way to parse command line arguments.</p>
+
+<p>See Samples.</p>
+
<h3 id="label-File+Finder">File Finder</h3>
<p>The File Finder module provides a way to query the filesystem.</p>
<p>See the samples.</p>
@@ -119,10 +125,10 @@
<p>GPL-3.0-only.</p>
</div></div>
<div id="footer">
- Generated on Thu Oct 17 22:50:57 2019 by
+ Generated on Sun Nov 10 18:36:19 2019 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.20 (ruby-2.6.5).
</div>
</div>
\ No newline at end of file