Sha256: 4217e5df417945aea7b83bd8409be742f64f9f1c1135cba1a953f09489473964
Contents?: true
Size: 1019 Bytes
Versions: 1
Compression:
Stored size: 1019 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>on_connect (Rev::HttpClient)</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/http_client.rb, line 221</span> 221: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">on_connect</span> 222: <span class="ruby-ivar">@connected</span> = <span class="ruby-keyword kw">true</span> 223: <span class="ruby-identifier">send_request</span> <span class="ruby-keyword kw">if</span> <span class="ruby-ivar">@method</span> <span class="ruby-keyword kw">and</span> <span class="ruby-ivar">@uri</span> 224: <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/HttpClient.src/M000050.html |