Class: Async::REST::Wrapper::URLEncoded::Parser

Inherits:
Protocol::HTTP::Body::Wrapper
  • Object
show all
Defined in:
lib/async/rest/wrapper/url_encoded.rb

Instance Method Summary collapse

Instance Method Details

#joinObject



42
43
44
# File 'lib/async/rest/wrapper/url_encoded.rb', line 42

def join
  ::Protocol::URL::Encoding.decode(super, symbolize_keys: true)
end