]> git.donarmstrong.com Git - biopieces.git/blob - code_ruby/Maasha/lib/doc/classes/Biopieces.src/M000002.html
add dist option to find_adaptor
[biopieces.git] / code_ruby / Maasha / lib / doc / classes / Biopieces.src / M000002.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4 <head>
5   <title>parse (Biopieces)</title>
6   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7   <link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
8 </head>
9 <body class="standalone-code">
10   <pre><span class="ruby-comment cmt"># File biopieces.rb, line 54</span>
11   <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">parse</span>(<span class="ruby-identifier">argv</span>, <span class="ruby-identifier">cast_list</span>=[], <span class="ruby-identifier">script_path</span>=<span class="ruby-identifier">$0</span>)
12     <span class="ruby-identifier">casts</span>          = <span class="ruby-constant">Casts</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">cast_list</span>)
13     <span class="ruby-identifier">option_handler</span> = <span class="ruby-constant">OptionHandler</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">argv</span>, <span class="ruby-identifier">casts</span>, <span class="ruby-identifier">script_path</span>, <span class="ruby-ivar">@test</span>)
14     <span class="ruby-ivar">@options</span>       = <span class="ruby-identifier">option_handler</span>.<span class="ruby-identifier">options_parse</span>
15   <span class="ruby-keyword kw">end</span></pre>
16 </body>
17 </html>