Class: Pixelflut::Canvas::Streamed
- Defined in:
- lib/pixelflut/canvas/streamed.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize(stream = $stdout) ⇒ Streamed
constructor
A new instance of Streamed.
Methods inherited from Base
#[]=, #ascii, #clear!, #color, #line, #pix, #rect, #translate
Constructor Details
#initialize(stream = $stdout) ⇒ Streamed
Returns a new instance of Streamed.
8 9 10 11 |
# File 'lib/pixelflut/canvas/streamed.rb', line 8 def initialize(stream = $stdout) super() @stream = stream end |