summaryrefslogtreecommitdiff
path: root/test/did_you_mean/helper.rb
diff options
context:
space:
mode:
authorYuki Nishijima <yk.nishijima@gmail.com>2021-12-21 22:09:33 +0900
committerYuki Nishijima <yk.nishijima@gmail.com>2021-12-21 22:10:03 +0900
commitcdb7d699d0641e8f081d590d06d07887ac09961f (patch)
tree0c3db45b8511c5d0815e0ddd5d549fc720fccd50 /test/did_you_mean/helper.rb
parent4560091b1c99ab33db0d653b9dd2d977fe4676d5 (diff)
Revert commits for did_you_mean
This reverts commit 4560091b1c99ab33db0d653b9dd2d977fe4676d5. This reverts commit a6f76122a2395bd914daa0aa04fb5a6ce4e0c045. This reverts commit e59b18a6379c55f15ccda85c27d6997d44ef5293. This reverts commit 505dfae05d56d844ea150676edb87850a406d071.
Diffstat (limited to 'test/did_you_mean/helper.rb')
-rw-r--r--test/did_you_mean/helper.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/did_you_mean/helper.rb b/test/did_you_mean/helper.rb
index 7cb7b10282..d8aa41c3d1 100644
--- a/test/did_you_mean/helper.rb
+++ b/test/did_you_mean/helper.rb
@@ -4,10 +4,6 @@ module DidYouMean
module TestHelper
class << self
attr_reader :root
-
- def ractor_compatible?
- defined?(Ractor) && RUBY_VERSION >= "3.1.0"
- end
end
if File.file?(File.expand_path('../lib/did_you_mean.rb', __dir__))