Sha256: e3579f0a5380255d715a1c2b8437cb722e973b07b74492c6beb71acf35092f05

Contents?: true

Size: 986 Bytes

Versions: 1

Compression:

Stored size: 986 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_body_data (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 198</span>
198:     <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">on_body_data</span>(<span class="ruby-identifier">data</span>)
199:       <span class="ruby-constant">STDOUT</span>.<span class="ruby-identifier">write</span> <span class="ruby-identifier">data</span>
200:       <span class="ruby-constant">STDOUT</span>.<span class="ruby-identifier">flush</span>
201:     <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/M000047.html