# File lib/marc/record.rb, line 65
    def each
      for field in @fields
        yield field
      end
    end