Sha256: f8caf64fcf172e9d3e84c0660a871660d8cc91d071071c70cd6398b9c9018ba1
Contents?: true
Size: 890 Bytes
Versions: 1
Compression:
Stored size: 890 Bytes
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>peeraddr (Rev::TCPSocket)</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/rev/socket.rb, line 133</span> 133: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">peeraddr</span> 134: [<span class="ruby-ivar">@address_family</span>, <span class="ruby-ivar">@remote_port</span>, <span class="ruby-ivar">@remote_host</span>, <span class="ruby-ivar">@remote_addr</span>] 135: <span class="ruby-keyword kw">end</span></pre> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rev-0.1.2 | doc/rdoc/classes/Rev/TCPSocket.src/M000059.html |