ruby/lib/uri
Steven Harman bbee6968f8 [ruby/uri] Use Regexp#match? to avoid extra allocations
`#=~` builds `MatchData`, requiring extra allocations as compared to
`#match?`, which returns a boolean w/o having to build the `MatchData`.

https://github.com/ruby/uri/commit/158f58a9cc
2021-04-22 14:55:44 +09:00
..
common.rb [ruby/uri] Use Regexp#match? to avoid extra allocations 2021-04-22 14:55:44 +09:00
file.rb lib/*: Prefer require_relative over require. 2018-11-02 17:52:33 +00:00
ftp.rb [ruby/uri] Remove RCS keywords 2020-03-26 18:06:14 +09:00
generic.rb [ruby/uri] Optimize URI#hostname and URI#hostname= 2021-04-22 14:54:28 +09:00
http.rb [ruby/uri] Remove RCS keywords 2020-03-26 18:06:14 +09:00
https.rb [ruby/uri] Remove RCS keywords 2020-03-26 18:06:14 +09:00
ldap.rb [ruby/uri] Check if DN exists 2020-05-05 23:29:39 +09:00
ldaps.rb lib/*: Prefer require_relative over require. 2018-11-02 17:52:33 +00:00
mailto.rb [ruby/uri] Remove RCS keywords 2020-03-26 18:06:14 +09:00
rfc2396_parser.rb [ruby/uri] Only use UnboundMethod#bind_call if it is available 2021-04-22 14:54:47 +09:00
rfc3986_parser.rb [ruby/uri] Only use UnboundMethod#bind_call if it is available 2021-04-22 14:54:47 +09:00
uri.gemspec [ruby/uri] Set required_ruby_version to 2.4 in gemspec 2021-04-22 14:54:56 +09:00
version.rb Update library versions of the default gems. 2020-12-22 21:45:28 +09:00
ws.rb [ruby/uri] Remove revision lines from comments 2020-03-26 18:06:14 +09:00
wss.rb [ruby/uri] Remove revision lines from comments 2020-03-26 18:06:14 +09:00