Sha256: f6896199a3345965316a8d2b6f402d2f28ca9fa029c0f3d993a0a93952fb5265

Contents?: true

Size: 1.07 KB

Versions: 2

Compression:

Stored size: 1.07 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>cpp_options (Autobuild::GenomModule)</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/packages/genom.rb, line 30</span>
        <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">cpp_options</span>
            [<span class="ruby-operator">*</span><span class="ruby-identifier">genomflags</span>].<span class="ruby-identifier">find_all</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">opt</span><span class="ruby-operator">|</span> <span class="ruby-identifier">opt</span> <span class="ruby-operator">=~</span> <span class="ruby-regexp re">/^-D/</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/GenomModule.src/M000122.html
autobuild-0.6 doc/classes/Autobuild/GenomModule.src/M000094.html