mirror of
https://github.com/edgecase/ruby_koans.git
synced 2026-04-13 06:43:20 -04:00
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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user