HEX
Server: Apache
System: Windows NT MAGNETO-ARM 10.0 build 22000 (Windows 10) AMD64
User: Michel (0)
PHP: 7.4.7
Disabled: NONE
Upload Files
File: C:/Ruby27-x64/share/ri/2.7.0/system/Bundler/URI/decode_www_form-c.ri
U:RDoc::AnyMethod[iI"decode_www_form:ETI""Bundler::URI::decode_www_form;TT:publico:RDoc::Markup::Document:@parts[
o:RDoc::Markup::Paragraph;	[I"4Decodes URL-encoded form data from given +str+.;To:RDoc::Markup::BlankLineo;
;	[I"9This decodes application/x-www-form-urlencoded data ;TI".and returns an array of key-value arrays.;T@o;
;	[I"HThis refers http://url.spec.whatwg.org/#concept-urlencoded-parser, ;TI"Hso this supports only &-separator, and doesn't support ;-separator.;T@o:RDoc::Markup::Verbatim;	[I"7ary = Bundler::URI.decode_www_form("a=1&a=2&b=3")
;TI"Dary                   #=> [['a', '1'], ['a', '2'], ['b', '3']]
;TI"#ary.assoc('a').last   #=> '1'
;TI"#ary.assoc('b').last   #=> '3'
;TI"#ary.rassoc('a').last  #=> '2'
;TI"4Hash[ary]             #=> {"a"=>"2", "b"=>"3"}
;T:@format0o;
;	[I"NSee Bundler::URI.decode_www_form_component, Bundler::URI.encode_www_form.;T:
@fileI"-lib/bundler/vendor/uri/lib/uri/common.rb;T:0@omit_headings_from_table_of_contents_below000[I"U(str, enc=Encoding::UTF_8, separator: '&', use__charset_: false, isindex: false);T@"FI"URI;TcRDoc::NormalModule00