Sha256: 28164eebfac1435e80d0c48855a58de35d0257b4357abc3263b049fcb4b17a78

Contents?: true

Size: 1.64 KB

Versions: 2

Compression:

Stored size: 1.64 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::SVN)</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/svn.rb, line 6</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-operator">*</span><span class="ruby-identifier">source</span>].<span class="ruby-identifier">join</span>(<span class="ruby-value str">&quot;/&quot;</span>)
            <span class="ruby-ivar">@program</span>    = <span class="ruby-constant">Autobuild</span>.<span class="ruby-identifier">tool</span>(<span class="ruby-value str">'svn'</span>)
            <span class="ruby-ivar">@options_up</span> = [<span class="ruby-operator">*</span><span class="ruby-identifier">options</span>[<span class="ruby-identifier">:svnup</span>]]
            <span class="ruby-ivar">@options_co</span> = [<span class="ruby-operator">*</span><span class="ruby-identifier">options</span>[<span class="ruby-identifier">:svnco</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/SVN.src/M000066.html
autobuild-0.6 doc/classes/Autobuild/SVN.src/M000038.html