# File lib/mini_mime.rb, line 67
      def initialize(size)
        @size = size
        @hash = {}
      end