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
..
2020-12-27 15:26:24 +09:00
2020-12-22 14:42:32 +09:00
2021-03-26 12:37:37 +09:00
2020-12-09 02:15:41 -05:00
2021-04-22 14:38:32 +09:00
2020-12-04 20:21:41 +09:00
2020-12-22 21:41:44 +09:00
2020-12-01 19:48:24 +09:00
2021-04-15 15:36:15 +09:00
2020-12-27 15:27:46 +09:00
2020-09-14 14:07:37 +09:00
2021-01-13 01:09:29 -05:00
2021-04-21 20:45:23 +09:00
2021-04-21 20:44:55 +09:00
2020-12-09 01:30:06 -05:00
2020-12-09 00:45:56 -05:00
2020-11-09 16:16:30 +09:00
2020-12-22 21:41:44 +09:00
2020-12-01 19:48:24 +09:00
2020-09-09 21:53:09 +09:00