# File lib/chronic/handlers.rb, line 134 def handle_generic(tokens, options) t = Chronic.time_class.parse(options[:text]) Span.new(t, t + 1) end