Sha256: 66908e8edbf3562565cbbe5f5748c6b59e2acec1c2ebed70ca7b35c7081ea4ee
Contents?: true
Size: 1.01 KB
Versions: 7
Compression:
Stored size: 1.01 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>initialize_with_backlog (TCPServer)</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/tcphack.rb, line 5</span> 5: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize_with_backlog</span>(<span class="ruby-operator">*</span><span class="ruby-identifier">args</span>) 6: <span class="ruby-identifier">initialize_without_backlog</span>(<span class="ruby-operator">*</span><span class="ruby-identifier">args</span>) 7: <span class="ruby-identifier">listen</span>(<span class="ruby-value">1024</span>) 8: <span class="ruby-keyword kw">end</span></pre> </body> </html>
Version data entries
7 entries across 7 versions & 1 rubygems