class FFI::GDAL::WarpOptions

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/ffi/gdal/warp_options.rb, line 44
def initialize
  super
  self[:progress] = proc { true } if self[:progress].null?
end