doc/api/classes/ERBook/Document.html in erbook-9.1.0 vs doc/api/classes/ERBook/Document.html in erbook-9.2.0
- old
+ new
@@ -47,11 +47,11 @@
<dt>N</dt>
<dd>
<ul>
- <li><a href="#M000049">new</a></li>
+ <li><a href="#M000050">new</a></li>
</ul>
</dd>
<dt>T</dt>
@@ -130,13 +130,13 @@
<div class="sectiontitle">Class Public methods</div>
<div class="method">
- <div class="title" id="M000049">
+ <div class="title" id="M000050">
- <a name="M000049"></a><b>new</b>(format_name, input_text, input_file, options = {})
+ <a name="M000050"></a><b>new</b>(format_name, input_text, input_file, options = {})
</div>
<div class="description">
<h4>Parameters</h4>
@@ -164,15 +164,15 @@
<div class="sourcecode">
<p class="source-link">
- Source: <a href="javascript:toggleSource('M000049_source')" id="l_M000049_source">show</a>
+ Source: <a href="javascript:toggleSource('M000050_source')" id="l_M000050_source">show</a>
| <a href="http://github.com/sunaku/erbook/blob/eda493a151e7b55d041d0a094c586e2c22aa63cc/lib/erbook/document.rb#L42" target="_blank" class="github_url">on GitHub</a>
</p>
- <div id="M000049_source" class="dyn-source">
+ <div id="M000050_source" class="dyn-source">
<pre><span class="ruby-comment cmt"># File lib/erbook/document.rb, line 42</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span> <span class="ruby-identifier">format_name</span>, <span class="ruby-identifier">input_text</span>, <span class="ruby-identifier">input_file</span>, <span class="ruby-identifier">options</span> = {}
<span class="ruby-comment cmt"># process format specification</span>
<span class="ruby-ivar">@format_file</span> = <span class="ruby-identifier">format_name</span>.<span class="ruby-identifier">to_s</span>
\ No newline at end of file