class TZInfo::DataSources::RubyDataSource

A DataSource implementation that loads data from the set of Ruby modules included in the tzinfo-data gem.

TZInfo will use {RubyDataSource} by default if the tzinfo-data gem is available on the load path. It can also be selected by calling {DataSource.set} as follows:

TZInfo::DataSource.set(:ruby)