lib/tzinfo/definitions/Europe/Vatican.rb in tzinfo-0.2.1 vs lib/tzinfo/definitions/Europe/Vatican.rb in tzinfo-0.2.2

- old
+ new

@@ -2,9 +2,10 @@ require 'tzinfo/definitions/Europe/Rome' module TZInfo module Definitions #:nodoc: module Europe #:nodoc: class Vatican < Definitions::Europe::Rome #:nodoc: +setup_linked set_identifier('Europe/Vatican') end end end end