module TimezoneFinder

rubocop:disable Metrics/ClassLength,Metrics/MethodLength,Metrics/LineLength rubocop:disable Metrics/AbcSize,Metrics/PerceivedComplexity,Metrics/CyclomaticComplexity,Metrics/ParameterLists

Constants

BASED_SHA1_OF_PYTHON

github.com/MrMinimal64/timezonefinder

TIMEZONE_NAMES
VERSION

Public Class Methods

create() click to toggle source
# File lib/timezone_finder.rb, line 5
def self.create
  TimezoneFinder.new
end