Sha256: 182772f579d77849fc45b267fff0dccb262bc967aae948861bc98405be2638eb
Contents?: true
Size: 1.16 KB
Versions: 2
Compression:
Stored size: 1.16 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>new (Autobuild::DarcsImporter)</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/autobuild/import/darcs.rb, line 7</span> <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">source</span>, <span class="ruby-identifier">options</span> = {}) <span class="ruby-ivar">@source</span> = <span class="ruby-identifier">source</span> <span class="ruby-ivar">@program</span> = <span class="ruby-constant">Autobuild</span>.<span class="ruby-identifier">tool</span>(<span class="ruby-value str">'darcs'</span>) <span class="ruby-keyword kw">super</span>(<span class="ruby-identifier">options</span>) <span class="ruby-keyword kw">end</span></pre> </body> </html>
Version data entries
2 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
autobuild-0.6 | doc/classes/Autobuild/DarcsImporter.src/M000072.html |
autobuild-0.6 | doc/classes/Autobuild/DarcsImporter.src/M000044.html |