# File lib/mini_magick.rb, line 489
    def escape_string(value)
      '"' + value + '"'
    end