Method: ByteBuffer#initialize
- Defined in:
- lib/bytebuffer.rb
#initialize ⇒ ByteBuffer
Constructs a new ByteBuffer.
66 |
# File 'lib/bytebuffer.rb', line 66 def initialize; @ptr = ByteBufferExtension.new; end |
Constructs a new ByteBuffer.
66 |
# File 'lib/bytebuffer.rb', line 66 def initialize; @ptr = ByteBufferExtension.new; end |