Sha256: 48543bef3d406c8673f751c39e551f049c7700fb5f4f8007565956f8e0cc72cb
Contents?: true
Size: 1.18 KB
Versions: 3
Compression:
Stored size: 1.18 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>section_parameters_set (Reap::Task)</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.rb, line 117</span> <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">section_parameters_set</span>( <span class="ruby-identifier">s</span> ) <span class="ruby-ivar">@section</span> = <span class="ruby-identifier">s</span> <span class="ruby-ivar">@section</span>.<span class="ruby-identifier">each</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">k</span>,<span class="ruby-identifier">v</span><span class="ruby-operator">|</span> <span class="ruby-identifier">send</span>(<span class="ruby-node">"#{k}="</span>, <span class="ruby-identifier">v</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/Task.src/M000051.html |
reap-4.0.0 | web/rdoc/classes/Reap/Task.src/M000049.html |
reap-5.10.10 | web/rdoc/classes/Reap/Task.src/M000051.html |