# File lib/ffi/pointer.rb, line 81 def read_string(len=nil) if len get_bytes(0, len) else get_string(0) end end