M000006.html #1

  • //
  • guest/
  • tony_smith/
  • perforce/
  • P4Rubylib/
  • triggers/
  • doc/
  • classes/
  • P4.src/
  • M000006.html
  • View
  • Commits
  • Open Download .zip Download (694 B)
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>run_describe (P4)</title>
<link rel=StyleSheet href="../.././rdoc-style.css" type="text/css" media="screen" />
</head>
<body bgcolor="white">
<pre><span class="cmt"># File P4Triggers.rb, line 102</span>
    <span class="kw">def</span> run_describe( *args )
        h = run( <span class="str">&quot;describe&quot;</span>, args ).shift
        <span class="kw">return</span> h <span class="kw">unless</span> h.kind_of?( Hash )
        <span class="kw">return</span> P4Change.new( h )
    <span class="kw">end</span></pre>
</body>
</html>
# Change User Description Committed
#1 3637 Tony Smith Add RDoc documentation to the sample triggers.