# File lib/chronic/separator.rb, line 64 def self.scan_for_and(token) scan_for token, SeparatorAnd, { /^and$/ => :and } end