module TimezoneLatLon

Constants

VERSION

Public Class Methods

loader() click to toggle source
# File lib/timezone_lat_lon.rb, line 8
def loader
  @@loader ||= TimezoneLatLon::Loader.new(geojson_filename: 'combined-compressed.json')
end