class OGR::OptionsStruct

Public Instance Methods

to_a() click to toggle source
# File lib/ffi-ogr/options_struct.rb, line 6
def to_a
  self[:options].get_array_of_string 0, self[:length]
end