doc/api/classes/String.html in erbook-7.0.0 vs doc/api/classes/String.html in erbook-7.1.0

- old
+ new

@@ -47,13 +47,13 @@ <dt>T</dt> <dd> <ul> - <li><a href="#M000036">to_inline_xhtml</a>,</li> + <li><a href="#M000039">to_inline_xhtml</a>,</li> - <li><a href="#M000037">to_xhtml</a></li> + <li><a href="#M000040">to_xhtml</a></li> </ul> </dd> </dl> @@ -110,13 +110,13 @@ <div class="sectiontitle">Instance Public methods</div> <div class="method"> - <div class="title" id="M000036"> + <div class="title" id="M000039"> - <a name="M000036"></a><b>to_inline_xhtml</b>() + <a name="M000039"></a><b>to_inline_xhtml</b>() </div> <div class="description"> <p> @@ -129,29 +129,29 @@ <div class="sourcecode"> <p class="source-link"> - Source: <a href="javascript:toggleSource('M000036_source')" id="l_M000036_source">show</a> + Source: <a href="javascript:toggleSource('M000039_source')" id="l_M000039_source">show</a> - | <a href="http://github.com/sunaku/erbook/blob/a096a4140d3d9ea230c89aba50526af5e4613f82/lib/erbook/to_xhtml.rb#L46" target="_blank" class="github_url">on GitHub</a> + | <a href="http://github.com/sunaku/erbook/blob/9c3f6ad5c94f67d3f20e896873dbc7b127036c44/lib/erbook/to_xhtml.rb#L50" target="_blank" class="github_url">on GitHub</a> </p> - <div id="M000036_source" class="dyn-source"> - <pre><span class="ruby-comment cmt"># File lib/erbook/to_xhtml.rb, line 46</span> + <div id="M000039_source" class="dyn-source"> + <pre><span class="ruby-comment cmt"># File lib/erbook/to_xhtml.rb, line 50</span> <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">to_inline_xhtml</span> <span class="ruby-identifier">to_xhtml</span> <span class="ruby-keyword kw">true</span> <span class="ruby-keyword kw">end</span></pre> </div> </div> </div> <div class="method"> - <div class="title" id="M000037"> + <div class="title" id="M000040"> - <a name="M000037"></a><b>to_xhtml</b>(inline = false) + <a name="M000040"></a><b>to_xhtml</b>(inline = false) </div> <div class="description"> <p> @@ -170,16 +170,16 @@ <div class="sourcecode"> <p class="source-link"> - Source: <a href="javascript:toggleSource('M000037_source')" id="l_M000037_source">show</a> + Source: <a href="javascript:toggleSource('M000040_source')" id="l_M000040_source">show</a> - | <a href="http://github.com/sunaku/erbook/blob/a096a4140d3d9ea230c89aba50526af5e4613f82/lib/erbook/to_xhtml.rb#L58" target="_blank" class="github_url">on GitHub</a> + | <a href="http://github.com/sunaku/erbook/blob/9c3f6ad5c94f67d3f20e896873dbc7b127036c44/lib/erbook/to_xhtml.rb#L62" target="_blank" class="github_url">on GitHub</a> </p> - <div id="M000037_source" class="dyn-source"> - <pre><span class="ruby-comment cmt"># File lib/erbook/to_xhtml.rb, line 58</span> + <div id="M000040_source" class="dyn-source"> + <pre><span class="ruby-comment cmt"># File lib/erbook/to_xhtml.rb, line 62</span> <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">to_xhtml</span> <span class="ruby-identifier">inline</span> = <span class="ruby-keyword kw">false</span> <span class="ruby-identifier">with_protected_tags</span>(<span class="ruby-keyword kw">self</span>, <span class="ruby-constant">VERBATIM_TAGS</span>, <span class="ruby-keyword kw">true</span>) <span class="ruby-keyword kw">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">text</span><span class="ruby-operator">|</span> <span class="ruby-identifier">html</span> = <span class="ruby-identifier">with_protected_tags</span>(<span class="ruby-identifier">text</span>, <span class="ruby-constant">PROTECTED_TAGS</span>, <span class="ruby-keyword kw">false</span>) <span class="ruby-keyword kw">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">s</span><span class="ruby-operator">|</span> <span class="ruby-identifier">s</span>.<span class="ruby-identifier">thru_maruku</span> <span class="ruby-identifier">inline</span> <span class="ruby-keyword kw">end</span> \ No newline at end of file