lib/tzinfo/definitions/Asia/Ujung_Pandang.rb in tzinfo-0.0.1 vs lib/tzinfo/definitions/Asia/Ujung_Pandang.rb in tzinfo-0.0.2
- old
+ new
@@ -2,13 +2,10 @@
require 'tzinfo/definitions/Asia/Makassar'
module TZInfo
module Definitions #:nodoc:
module Asia #:nodoc:
class Ujung_Pandang < Definitions::Asia::Makassar #:nodoc:
-@@instance = new
-def self.instance
- @@instance
-end
+set_identifier('Asia/Ujung_Pandang')
end
end
end
end