class Racc::GrammarFileScanner

def reads(re)

def reads(re)
  m = re.match(@line) or return nil
  @line = m.post_match
  m[0]
end