doc/rdoc/classes/Mongrel/Command/Base.src/M000023.html in mongrel-0.3.13.4 vs doc/rdoc/classes/Mongrel/Command/Base.src/M000023.html in mongrel-1.0

- old
+ new

@@ -3,16 +3,16 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> - <title>valid_exists? (Mongrel::Command::Base)</title> + <title>run (Mongrel::Command::Base)</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 lib/mongrel/command.rb, line 102</span> -102: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">valid_exists?</span>(<span class="ruby-identifier">file</span>, <span class="ruby-identifier">message</span>) -103: <span class="ruby-identifier">valid?</span>(<span class="ruby-identifier">file</span> <span class="ruby-operator">!=</span> <span class="ruby-keyword kw">nil</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-constant">File</span>.<span class="ruby-identifier">exist?</span>(<span class="ruby-identifier">file</span>), <span class="ruby-identifier">message</span>) -104: <span class="ruby-keyword kw">end</span></pre> + <pre> <span class="ruby-comment cmt"># File lib/mongrel/command.rb, line 87</span> +87: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">run</span> +88: <span class="ruby-identifier">raise</span> <span class="ruby-constant">NotImplementedError</span> +89: <span class="ruby-keyword kw">end</span></pre> </body> </html> \ No newline at end of file