Sha256: 659f44f916ba7bccbcc83dc16d33871f0e131c30fbbe6b66df80732864de97b1
Contents?: true
Size: 777 Bytes
Versions: 3
Compression:
Stored size: 777 Bytes
Contents
# frozen_string_literal: true module FFI module CPL autoload :Conv, File.expand_path("cpl/conv.rb", __dir__) autoload :Error, File.expand_path("cpl/error.rb", __dir__) autoload :HashSet, File.expand_path("cpl/hash_set.rb", __dir__) autoload :HTTP, File.expand_path("cpl/http.rb", __dir__) autoload :MiniXML, File.expand_path("cpl/minixml.rb", __dir__) autoload :Port, File.expand_path("cpl/port.rb", __dir__) autoload :Progress, File.expand_path("cpl/progress.rb", __dir__) autoload :QuadTree, File.expand_path("cpl/quad_tree.rb", __dir__) autoload :String, File.expand_path("cpl/string.rb", __dir__) autoload :VSI, File.expand_path("cpl/vsi.rb", __dir__) autoload :XMLNode, File.expand_path("cpl/xml_node.rb", __dir__) end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ffi-gdal-1.1.0 | lib/ffi/cpl.rb |
ffi-gdal-1.0.4 | lib/ffi/cpl.rb |
ffi-gdal-1.0.3 | lib/ffi/cpl.rb |