Method: RLTK::CG::MemoryBuffer#start
- Defined in:
- lib/rltk/cg/memory_buffer.rb
#start ⇒ String
Get a copy of the memory buffer, from the beginning, as a sequence of characters.
71 72 73 |
# File 'lib/rltk/cg/memory_buffer.rb', line 71 def start Bindings.get_buffer_start(@ptr) end |