doc/rdoc/classes/RFuzz/PushBackIO.src/M000016.html in rfuzz-0.8 vs doc/rdoc/classes/RFuzz/PushBackIO.src/M000016.html in rfuzz-0.9

- old
+ new

@@ -3,16 +3,17 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> - <title>write (RFuzz::PushBackIO)</title> + <title>flush (RFuzz::PushBackIO)</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/rfuzz/pushbackio.rb, line 74</span> -74: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">write</span>(<span class="ruby-identifier">content</span>) -75: <span class="ruby-identifier">protect</span> { <span class="ruby-ivar">@secondary</span>.<span class="ruby-identifier">write</span>(<span class="ruby-identifier">content</span>) } -76: <span class="ruby-keyword kw">end</span></pre> + <pre> <span class="ruby-comment cmt"># File lib/rfuzz/pushbackio.rb, line 82</span> +82: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">flush</span> +83: <span class="ruby-identifier">random_death</span> +84: <span class="ruby-identifier">protect</span> { <span class="ruby-ivar">@secondary</span>.<span class="ruby-identifier">flush</span> } +85: <span class="ruby-keyword kw">end</span></pre> </body> </html> \ No newline at end of file