Sha256: 781b1ed886b00a9f4f2639ad00d19024a91273ae463f3cefde9f1188f68f38d5
Contents?: true
Size: 1.15 KB
Versions: 2
Compression:
Stored size: 1.15 KB
Contents
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> <!-- install_signal_handlers (RQ::JobRunnerDaemon) --> <html> <head> <title>install_signal_handlers (RQ::JobRunnerDaemon)</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <link rel="stylesheet" href="http://www.FaerieMUD.org/stylesheets/rdoc.css" type="text/css" /> </head> <body> <pre><span class="ruby-comment cmt"># File lib/rq-2.3.1/jobrunnerdaemon.rb, line 181</span> <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">install_signal_handlers</span> <span class="ruby-comment cmt">#--{{{</span> <span class="ruby-node">%(TERM INT HUP)</span>.<span class="ruby-identifier">each</span>{<span class="ruby-operator">|</span><span class="ruby-identifier">sig</span><span class="ruby-operator">|</span> <span class="ruby-identifier">trap</span> <span class="ruby-identifier">sig</span>, <span class="ruby-value str">'SIG_IGN'</span>} <span class="ruby-comment cmt">#--}}}</span> <span class="ruby-keyword kw">end</span></pre> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rq-3.0.0 | doc/classes/RQ/JobRunnerDaemon.src/M000167.html |
rq-3.1.0 | doc/classes/RQ/JobRunnerDaemon.src/M000167.html |