Class: TimezoneParser::Data

Inherits:
Object
  • Object
show all
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

Classes: Exporter, Storage

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'