class Racc::SymbolTable

def each(&block)

def each(&block)
  @symbols.each(&block)
end