Method: RLTK::CG::MemoryBuffer#start

Defined in:
lib/rltk/cg/memory_buffer.rb

#startString

Get a copy of the memory buffer, from the beginning, as a sequence of characters.

Returns:

  • (String)


71
72
73
# File 'lib/rltk/cg/memory_buffer.rb', line 71

def start
  Bindings.get_buffer_start(@ptr)
end