lib/tzinfo/countries/SC.rb in tzinfo-0.0.1 vs lib/tzinfo/countries/SC.rb in tzinfo-0.0.2

- old
+ new

@@ -1,18 +1,12 @@ require 'tzinfo/country' module TZInfo #:nodoc: module Countries #:nodoc: class SC < Country #:nodoc: -def initialize - super - set_code('SC') - set_name('Seychelles') - add_zone('Indian/Mahe') - zones_added -end -@@instance = new -def self.instance - @@instance -end +setup +set_code('SC') +set_name('Seychelles') +add_zone('Indian/Mahe') +zones_added end end end