# File lib/mini_magick/image/info.rb, line 9
      def initialize(path)
        @path = path
        @info = {}
      end