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