Libraries
»
bitbucket_rest_api
(0.1.5)
»
Index
»
BitBucket
»
Utils
»
Url
»
#unescape
Method: BitBucket::Utils::Url#unescape
Defined in:
lib/bitbucket_rest_api/utils/url.rb
#
unescape
(s) ⇒
Object
14
# File 'lib/bitbucket_rest_api/utils/url.rb', line 14
def
unescape
(
s
)
CGI
.
unescape
s
.
to_s
end