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