Sha256: 8305ce9ba4004ec256714a3dadd7f122097fad8c001f6dd0c9a785a1076ee9f2
Contents?: true
Size: 1.15 KB
Versions: 1
Compression:
Stored size: 1.15 KB
Contents
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title>get (Configure::Controllers::Delete)</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_config/win32_app.rb, line 120</span> 120: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">get</span>(<span class="ruby-identifier">name</span>) 121: <span class="ruby-constant">W32Support</span>.<span class="ruby-identifier">delete</span>(<span class="ruby-identifier">name</span>) 122: <span class="ruby-identifier">$service_logs</span> <span class="ruby-operator"><<</span> <span class="ruby-node">"Deleted #{name}\n"</span> 123: <span class="ruby-identifier">redirect</span> <span class="ruby-constant">Index</span> 124: <span class="ruby-keyword kw">end</span></pre> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mongrel_config-0.3 | doc/rdoc/classes/Configure/Controllers/Delete.src/M000036.html |