# File lib/chronic/separator.rb, line 44 def self.scan_for_in(token) scan_for token, SeparatorIn, { /^in$/ => :in } end