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
normal f2b9563bb4 lib/uri/generic.rb: enable frozen_string_literal
* lib/uri/generic.rb: enable frozen_string_literal
  (split_userinfo): remove explicit .freeze for string literals
  (check_path): ditto
  (query): ditto
  (fragment): ditto
  (to_s): ditto
  [ruby-core:71910] [Bug #11759]

Patch-by: Colin Kelley <colindkelley@gmail.com>

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52981 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2015-12-08 21:28:26 +00:00
..
common.rb * lib/uri: [doc] Update common.rb [ci-skip] [fixes GH-838] 2015-02-24 18:09:10 +00:00
ftp.rb * lib/uri/ftp.rb: fix a typo. 2015-11-08 01:38:06 +00:00
generic.rb lib/uri/generic.rb: enable frozen_string_literal 2015-12-08 21:28:26 +00:00
http.rb * lib/uri/http.rb (URI::HTTP#request_uri): optimized. 2014-08-05 19:09:01 +00:00
https.rb
ldap.rb
ldaps.rb
mailto.rb * lib/uri/mailto.rb: raising URI::InvalidComponentError instead 2015-01-14 09:06:13 +00:00
rfc2396_parser.rb * lib/uri/rfc2396_parser.rb (initialize_pattern): 2015-05-19 02:34:47 +00:00
rfc3986_parser.rb lib/uri: performance improvements [misc #10628] 2014-12-24 23:50:37 +00:00