Sha256: 0e61c92da6f957a667714474b8b75e94890375d0fbbba04086212b0820583dcd

Contents?: true

Size: 1.18 KB

Versions: 2

Compression:

Stored size: 1.18 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>touch_stamp (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/timestamps.rb, line 55</span>
    <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">touch_stamp</span>(<span class="ruby-identifier">stampfile</span>)
        <span class="ruby-identifier">puts</span> <span class="ruby-node">&quot;Touching #{stampfile}&quot;</span> <span class="ruby-keyword kw">if</span> <span class="ruby-constant">Autobuild</span>.<span class="ruby-identifier">debug</span>
        <span class="ruby-constant">FileUtils</span>.<span class="ruby-identifier">touch</span>(<span class="ruby-identifier">stampfile</span>)
        <span class="ruby-identifier">sleep</span>(<span class="ruby-value">1</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.src/M000051.html
autobuild-0.6 doc/classes/Autobuild.src/M000023.html