lib/chronic/repeaters/repeater_minute.rb in gitlab-chronic-0.10.4 vs lib/chronic/repeaters/repeater_minute.rb in gitlab-chronic-0.10.5

- old
+ new

@@ -1,9 +1,9 @@ module Chronic class RepeaterMinute < Repeater #:nodoc: MINUTE_SECONDS = 60 - def initialize(type, width = nil, options = {}) + def initialize(type, options = {}) super @current_minute_start = nil end def next(pointer = :future)