# File lib/chronic/grabber.rb, line 20 def self.scan_for_all(token) scan_for token, self, { /last/ => :last, /this/ => :this, /next/ => :next } end