Method: DStream::Buffer#initialize
- Defined in:
- lib/d-stream.rb
#initialize(size) ⇒ Buffer
Returns a new instance of Buffer.
116 117 118 |
# File 'lib/d-stream.rb', line 116 def initialize(size) @size = size end |
Returns a new instance of Buffer.
116 117 118 |
# File 'lib/d-stream.rb', line 116 def initialize(size) @size = size end |