Sha256: de0e25c6a4566cfb60e858ea4852857909a820e415c8b2f0f4059ff2cea204df
Contents?: true
Size: 746 Bytes
Versions: 2
Compression:
Stored size: 746 Bytes
Contents
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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ffi-gdal-1.0.0.beta7 | lib/ffi/cpl.rb |
ffi-gdal-1.0.0.beta6 | lib/ffi/cpl.rb |