Sha256: ff4d843fbfc8168728ae3028566c754c854ca0f04fe4187ca733ce133ed07bc6
Contents?: true
Size: 986 Bytes
Versions: 3
Compression:
Stored size: 986 Bytes
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::TestExt)</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/testext.rb, line 20</span> <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">init</span> <span class="ruby-ivar">@dir</span> <span class="ruby-operator">||=</span> <span class="ruby-value str">'test'</span> <span class="ruby-ivar">@files</span> <span class="ruby-operator">||=</span> [ <span class="ruby-value str">'lib/**/*.rb'</span> ] <span class="ruby-comment cmt">#@options</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/TestExt.src/M000074.html |
reap-4.0.0 | web/rdoc/classes/Reap/TestExt.src/M000072.html |
reap-5.10.10 | web/rdoc/classes/Reap/TestExt.src/M000074.html |