Sha256: a1db9df90913560a2761cec14c590d8e171146836a5839701083f78d7b73fa81
Contents?: true
Size: 1.44 KB
Versions: 3
Compression:
Stored size: 1.44 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>init (Reap::WebPublish)</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/reap/task/webpublish.rb, line 18</span> <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">init</span> <span class="ruby-ivar">@host</span> <span class="ruby-operator">||=</span> <span class="ruby-value str">'rubyforge.org'</span> <span class="ruby-ivar">@project</span> <span class="ruby-operator">||=</span> <span class="ruby-identifier">master</span>[<span class="ruby-value str">'rubyforge'</span>][<span class="ruby-value str">'project'</span>] <span class="ruby-operator">||</span> <span class="ruby-identifier">master</span>[<span class="ruby-value str">'name'</span>] <span class="ruby-ivar">@username</span> <span class="ruby-operator">||=</span> <span class="ruby-identifier">master</span>[<span class="ruby-value str">'rubyforge'</span>][<span class="ruby-value str">'username'</span>] <span class="ruby-ivar">@exclude</span> <span class="ruby-operator">||=</span> [] <span class="ruby-keyword kw">end</span></pre> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
reap-4.0 | web/rdoc/classes/Reap/WebPublish.src/M000084.html |
reap-4.0.0 | web/rdoc/classes/Reap/WebPublish.src/M000082.html |
reap-5.10.10 | web/rdoc/classes/Reap/WebPublish.src/M000084.html |