lib/tzinfo/definitions/Greenwich.rb in tzinfo-0.2.1 vs lib/tzinfo/definitions/Greenwich.rb in tzinfo-0.2.2

- old
+ new

@@ -1,9 +1,10 @@ require 'tzinfo/timezone' require 'tzinfo/definitions/Etc/GMT' module TZInfo module Definitions #:nodoc: class Greenwich < Definitions::Etc::GMT #:nodoc: +setup_linked set_identifier('Greenwich') end end end