# File lib/chronic/repeater.rb, line 90 def self.scan_for_times(token) scan_for token, RepeaterTime, /^\d{1,2}(:?\d{2})?([\.:]?\d{2})?$/ end