module OGR
rubocop:disable Naming/PredicateName
Public Class Methods
ogr_require(path)
click to toggle source
# File lib/ogr.rb, line 13 def self.ogr_require(path) File.expand_path(path, __dir__) end
rubocop:disable Naming/PredicateName
# File lib/ogr.rb, line 13 def self.ogr_require(path) File.expand_path(path, __dir__) end