# File lib/mini_mime.rb, line 78
      def fetch(key, &blk)
        @hash.fetch(key, &blk)
      end