Sha256: df7c37c7a73da043271ebaceb6b849f1d6a37e029d18f2b18e022a5002b7bd70
Contents?: true
Size: 870 Bytes
Versions: 3
Compression:
Stored size: 870 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>run (Reap::Noop)</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/noop.rb, line 22</span> <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">run</span> <span class="ruby-identifier">puts</span> ( <span class="ruby-identifier">message</span> <span class="ruby-operator">||</span> <span class="ruby-value str">'No message field in noop section.'</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/Noop.src/M000029.html |
reap-4.0.0 | web/rdoc/classes/Reap/Noop.src/M000028.html |
reap-5.10.10 | web/rdoc/classes/Reap/Noop.src/M000029.html |