class Chronic::Grabber

def self.scan(tokens, options)

:nodoc:
def self.scan(tokens, options)
  tokens.each_index do |i|
    if t = scan_for_all(tokens[i]) then tokens[i].tag(t); next end
  end
end