# File lib/simple_oauth/header.rb, line 36
      def unescape(value)
        uri_parser.unescape(value.to_s)
      end