Class: TimezoneParser::Data
- Inherits:
-
Object
- Object
- TimezoneParser::Data
- Defined in:
- lib/timezone_parser/data.rb,
lib/timezone_parser/data/storage.rb,
lib/timezone_parser/data/exporter.rb
Overview
Timezone data
Defined Under Namespace
Constant Summary collapse
- RootDir =
Library Root directory
Pathname.new(__FILE__).realpath.dirname.parent.parent
- DataDir =
Path to Data directory
RootDir + 'data'
- VendorDir =
Path to Vendor directory
RootDir + 'vendor'