lib/tzinfo/countries/NP.rb in tzinfo-0.0.1 vs lib/tzinfo/countries/NP.rb in tzinfo-0.0.2
- old
+ new
@@ -1,18 +1,12 @@
require 'tzinfo/country'
module TZInfo #:nodoc:
module Countries #:nodoc:
class NP < Country #:nodoc:
-def initialize
- super
- set_code('NP')
- set_name('Nepal')
- add_zone('Asia/Katmandu')
- zones_added
-end
-@@instance = new
-def self.instance
- @@instance
-end
+setup
+set_code('NP')
+set_name('Nepal')
+add_zone('Asia/Katmandu')
+zones_added
end
end
end