Sha256: bd226aa21d72c2a6e35f7cae359bc6d88404694a3664f320b54840cd0f260771

Contents?: true

Size: 1.49 KB

Versions: 3

Compression:

Stored size: 1.49 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>end_trace (MongrelDbg)</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/mongrel/debug.rb, line 44</span>
44:   <span class="ruby-keyword kw">def</span> <span class="ruby-constant">MongrelDbg</span><span class="ruby-operator">::</span><span class="ruby-identifier">end_trace</span>(<span class="ruby-identifier">target</span>)
45:     <span class="ruby-constant">SETTINGS</span>[<span class="ruby-identifier">:tracing</span>][<span class="ruby-identifier">target</span>] = <span class="ruby-keyword kw">false</span>
46:     <span class="ruby-constant">MongrelDbg</span><span class="ruby-operator">::</span><span class="ruby-identifier">trace</span>(<span class="ruby-identifier">target</span>, <span class="ruby-node">&quot;TRACING OFF #{Time.now}&quot;</span>)
47:     <span class="ruby-constant">LOGGING</span>[<span class="ruby-identifier">target</span>].<span class="ruby-identifier">close</span>
48:     <span class="ruby-constant">LOGGING</span>[<span class="ruby-identifier">target</span>] = <span class="ruby-keyword kw">nil</span>
49:   <span class="ruby-keyword kw">end</span></pre>
</body>
</html>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mongrel-0.3.13.4 doc/rdoc/classes/MongrelDbg.src/M000008.html
mongrel-1.0.1 doc/rdoc/classes/MongrelDbg.src/M000010.html
mongrel-1.0 doc/rdoc/classes/MongrelDbg.src/M000010.html