class TZFormater::OlsonTZ

Public Class Methods

new(*args) click to toggle source
Calls superclass method TZFormater::Common::Timezone::new
# File lib/tzformater/olsontz.rb, line 5
def initialize(*args)
  @key = :olson
  super
end