mirror of
https://github.com/edgecase/ruby_koans.git
synced 2026-04-13 06:43:20 -04:00
Merge pull request #54 from kaya3/patch-1
Enable 'about_pattern_matching' for Ruby 3
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