# File lib/dragonfly/utils.rb, line 40
    def uri_unescape(string)
      URI.unescape(string)
    end