lib/chronic/repeaters/repeater_second.rb in gitlab-chronic-0.10.4 vs lib/chronic/repeaters/repeater_second.rb in gitlab-chronic-0.10.5
- old
+ new
@@ -1,9 +1,9 @@
module Chronic
class RepeaterSecond < Repeater #:nodoc:
SECOND_SECONDS = 1 # haha, awesome
- def initialize(type, width = nil, options = {})
+ def initialize(type, options = {})
super
@second_start = nil
end
def next(pointer = :future)