1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib/uri
naruse 9381cd1184 * lib/uri/generic.rb (URI::Generic.build): duplicate args before adding
new items. (don't change arguments)

* lib/uri/generic.rb (URI::Generic.build): use URI::Generic::COMPONENT
  if this method is called from URI::Generic.

* lib/uri/generic.rb (URI::Generic.build2): escape only if the item is
  a String.

* lib/uri/generic.rb (URI::Generic.build2): use DEFAULT_PARSER because
  it doesn't have parser method. [Bug #6420]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35692 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-05-18 07:32:08 +00:00
..
common.rb * lib/uri/common.rb (URI.encode_www_form_component): initialize on 2012-01-24 02:52:09 +00:00
ftp.rb
generic.rb * lib/uri/generic.rb (URI::Generic.build): duplicate args before adding 2012-05-18 07:32:08 +00:00
http.rb
https.rb
ldap.rb
ldaps.rb
mailto.rb * lib/uri/mailto.rb (URI::MailTo.build): follow Array#to_s change of 2012-01-23 08:12:52 +00:00