mirror of
https://github.com/ruby/ruby.git
synced 2026-01-26 20:19:19 +00:00
`#=~` 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