Sha256: 63ac4870ddaf3c526ca61fcda125fc40ebe7aeb695611d4acfb832bbf8ea8509

Contents?: true

Size: 308 Bytes

Versions: 1

Compression:

Stored size: 308 Bytes

Contents

require 'tzinfo/country'
module TZInfo #:nodoc:
module Countries #:nodoc:
class TC < Country #:nodoc:
def initialize
  super
  set_code('TC')
  set_name('Turks & Caicos Is')
  add_zone('America/Grand_Turk')
  zones_added
end
@@instance = new
def self.instance
   @@instance
end
end
end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tzinfo-0.0.1 lib/tzinfo/countries/TC.rb