doc/files/bin/dskexplorer_rb.src/M000007.html in dsktool-0.2.1 vs doc/files/bin/dskexplorer_rb.src/M000007.html in dsktool-0.4.1

- old
+ new

@@ -8,11 +8,9 @@ <title>html_escape (bin/dskexplorer.rb)</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" /> </head> <body class="standalone-code"> - <pre><span class="ruby-comment cmt"># File bin/dskexplorer.rb, line 87</span> -<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">html_escape</span>(<span class="ruby-identifier">s</span>) - <span class="ruby-identifier">s</span>.<span class="ruby-identifier">gsub</span>(<span class="ruby-value str">&quot;&amp;&quot;</span>,<span class="ruby-value str">&quot;&amp;amp;&quot;</span>).<span class="ruby-identifier">gsub</span>(<span class="ruby-value str">&quot;&lt;&quot;</span>,<span class="ruby-value str">&quot;&amp;lt;&quot;</span>) -<span class="ruby-keyword kw">end</span></pre> + <pre><span class="ruby-comment cmt"># File bin/dskexplorer.rb, line 86</span> +<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">html_escape</span>(<span class="ruby-identifier">s</span>) <span class="ruby-identifier">s</span>.<span class="ruby-identifier">gsub</span>(<span class="ruby-value str">&quot;&amp;&quot;</span>,<span class="ruby-value str">&quot;&amp;amp;&quot;</span>).<span class="ruby-identifier">gsub</span>(<span class="ruby-value str">&quot;&lt;&quot;</span>,<span class="ruby-value str">&quot;&amp;lt;&quot;</span>)<span class="ruby-keyword kw">end</span></pre> </body> </html> \ No newline at end of file