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