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



59
60
61
# File 'lib/async/rest/wrapper/url_encoded.rb', line 59

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