lib/tzinfo/definitions/Etc/GMT__m__4.rb in tzinfo-0.0.4 vs lib/tzinfo/definitions/Etc/GMT__m__4.rb in tzinfo-0.1.0
- old
+ new
@@ -3,10 +3,10 @@
module Definitions #:nodoc:
module Etc #:nodoc:
class GMT__m__4 < Timezone #:nodoc:
setup
set_identifier('Etc/GMT-4')
-add_period(TimezonePeriod.new(nil,nil,14400,0,:'GMT-4'))
+add_unbounded_start_period {TimezonePeriod.new(nil,nil,14400,0,:'GMT-4')}
end
end
end
end