# File lib/chronic/grabber.rb, line 10 def self.scan(tokens, options) tokens.each do |token| if t = scan_for_all(token) then token.tag(t); next end end end