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/encode_www_form-c.ri
U:RDoc::AnyMethod[iI"encode_www_form:ETI""Bundler::URI::encode_www_form;TT:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph;	[I"7Generates URL-encoded form data from given +enum+.;To:RDoc::Markup::BlankLineo;
;	[I"LThis generates application/x-www-form-urlencoded data defined in HTML5 ;TI"%from given an Enumerable object.;T@o;
;	[I"FThis internally uses Bundler::URI.encode_www_form_component(str).;T@o;
;	[	I"NThis method doesn't convert the encoding of given items, so convert them ;TI"Pbefore calling this method if you want to send data as other than original ;TI"Mencoding or mixed encoding data. (Strings which are encoded in an HTML5 ;TI"9ASCII incompatible encoding are converted to UTF-8.);T@o;
;	[I"BThis method doesn't handle files.  When you send a file, use ;TI"multipart/form-data.;T@o;
;	[I"JThis refers http://url.spec.whatwg.org/#concept-urlencoded-serializer;T@o:RDoc::Markup::Verbatim;	[
I"CBundler::URI.encode_www_form([["q", "ruby"], ["lang", "en"]])
;TI"#=> "q=ruby&lang=en"
;TI"ABundler::URI.encode_www_form("q" => "ruby", "lang" => "en")
;TI"#=> "q=ruby&lang=en"
;TI"KBundler::URI.encode_www_form("q" => ["ruby", "perl"], "lang" => "en")
;TI"!#=> "q=ruby&q=perl&lang=en"
;TI"RBundler::URI.encode_www_form([["q", "ruby"], ["q", "perl"], ["lang", "en"]])
;TI"!#=> "q=ruby&q=perl&lang=en"
;T:@format0o;
;	[I"NSee Bundler::URI.encode_www_form_component, Bundler::URI.decode_www_form.;T:
@fileI"-lib/bundler/vendor/uri/lib/uri/common.rb;T:0@omit_headings_from_table_of_contents_below000[I"(enum, enc=nil);T@0FI"URI;TcRDoc::NormalModule00