lib/tzinfo/definitions/Eire.rb in tzinfo-0.2.1 vs lib/tzinfo/definitions/Eire.rb in tzinfo-0.2.2
- old
+ new
@@ -1,9 +1,10 @@
require 'tzinfo/timezone'
require 'tzinfo/definitions/Europe/Dublin'
module TZInfo
module Definitions #:nodoc:
class Eire < Definitions::Europe::Dublin #:nodoc:
+setup_linked
set_identifier('Eire')
end
end
end