Add pattern matching support to Gem::Platform by baweaver · Pull Request #9062 · ruby/rubygems
What was the end-user or developer problem that led to this PR? Ruby 2.7+ introduced pattern matching, but Gem::Platform does not support it. This makes platform-specific conditional logic more ver...