doc/classes/Autobuild.src/M000035.html in autobuild-0.5.1 vs doc/classes/Autobuild.src/M000035.html in autobuild-0.6

- old
+ new

@@ -3,17 +3,16 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> - <title>update_environment (Autobuild)</title> + <title>svn (Autobuild)</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/environment.rb, line 13</span> - <span class="ruby-keyword kw">def</span> <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">update_environment</span>(<span class="ruby-identifier">newprefix</span>) - <span class="ruby-identifier">pathvar</span>(<span class="ruby-node">&quot;#{newprefix}/bin&quot;</span>, <span class="ruby-value str">'PATH'</span>) - <span class="ruby-identifier">pathvar</span>(<span class="ruby-node">&quot;#{newprefix}/lib/pkgconfig&quot;</span>, <span class="ruby-value str">'PKG_CONFIG_PATH'</span>) + <pre><span class="ruby-comment cmt"># File lib/autobuild/import/svn.rb, line 28</span> + <span class="ruby-keyword kw">def</span> <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">svn</span>(<span class="ruby-identifier">source</span>, <span class="ruby-identifier">options</span> = {}) + <span class="ruby-constant">SVN</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">source</span>, <span class="ruby-identifier">options</span>) <span class="ruby-keyword kw">end</span></pre> </body> </html> \ No newline at end of file