Skip to content

Commit 9082c43

Browse files
authored
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.
1 parent 0bcbe40 commit 9082c43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/path_to_enlightenment.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
in_ruby_version("jruby") do
3939
require 'about_java_interop'
4040
end
41-
in_ruby_version("2.7") do
41+
in_ruby_version("2.7", "3") do
4242
require 'about_pattern_matching'
4343
end
4444
require 'about_extra_credit'

0 commit comments

Comments
 (0)