# File lib/exifr/tiff.rb, line 364
    def each
      @ifds.each { |ifd| yield ifd }
    end