Enable 'about_pattern_matching' for Ruby 3

This set of koans seems to work perfectly fine in Ruby 3, so AFAICT there's no need to gate them to 2.7.
This commit is contained in:
Andrew Kay
2024-11-21 17:40:07 +00:00
committed by GitHub
parent 0bcbe408e7
commit 9082c4378a

View File

@@ -38,7 +38,7 @@ require 'about_to_str'
in_ruby_version("jruby") do
require 'about_java_interop'
end
in_ruby_version("2.7") do
in_ruby_version("2.7", "3") do
require 'about_pattern_matching'
end
require 'about_extra_credit'