Sha256: 6930fa85822104b312daa821321c82c0833f512910383f66a15b7228c60345c4

Contents?: true

Size: 1.13 KB

Versions: 2

Compression:

Stored size: 1.13 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>setup (TC_ConfigInterpolation)</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 test/test_config_interpolation.rb, line 27</span>
    <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">setup</span>
        <span class="ruby-ivar">@wellformed</span> = <span class="ruby-constant">StringIO</span>.<span class="ruby-identifier">open</span>(<span class="ruby-constant">WELL_FORMED</span>, <span class="ruby-value str">'r'</span>) { <span class="ruby-operator">|</span><span class="ruby-identifier">d</span><span class="ruby-operator">|</span> <span class="ruby-constant">YAML</span>.<span class="ruby-identifier">load</span>(<span class="ruby-identifier">d</span>) }
    <span class="ruby-keyword kw">end</span></pre>
</body>
</html>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
autobuild-0.5.1 doc/classes/TC_ConfigInterpolation.src/M000015.html
autobuild-0.6 doc/classes/TC_ConfigInterpolation.src/M000002.html