Closed czak closed 10 years ago
[] is not valid for URI.decode_www_form and fails with:
[]
URI.decode_www_form
> URI.decode_www_form([]) NoMethodError: undefined method `ascii_only?' for []:Array
Replaced with an empty String.
[]
is not valid forURI.decode_www_form
and fails with:Replaced with an empty String.