Sha256: c2089a01c2817b78b75c8b0cb8bd65694fd4adbe6129b9e8ed9f152a25476120
Contents?: true
Size: 1.09 KB
Versions: 1
Compression:
Stored size: 1.09 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>send_request (Rev::DNSResolver)</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/dns_resolver.rb, line 99</span> 99: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">send_request</span> 100: <span class="ruby-ivar">@socket</span>.<span class="ruby-identifier">connect</span> <span class="ruby-ivar">@nameservers</span>.<span class="ruby-identifier">first</span>, <span class="ruby-constant">DNS_PORT</span> 101: <span class="ruby-ivar">@socket</span>.<span class="ruby-identifier">send</span> <span class="ruby-identifier">request_message</span>, <span class="ruby-value">0</span> 102: <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/DNSResolver.src/M000131.html |