# File lib/chronic/pointer.rb, line 18 def self.scan_for_all(token) scan_for token, self, { /\bpast\b/ => :past, /\b(?:future|in)\b/ => :future, } end