class FDB::LazyString

Public Instance Methods

to_ptr() click to toggle source
# File lib/fdbimpl.rb, line 443
def to_ptr
  FFI::MemoryPointer.from_string(value)
end