summaryrefslogtreecommitdiff
path: root/test/did_you_mean/helper.rb
diff options
context:
space:
mode:
authorYuki Nishijima <yk.nishijima@gmail.com>2021-12-23 10:08:07 +0900
committerYuki Nishijima <yk.nishijima@gmail.com>2021-12-23 10:09:10 +0900
commitde841e2e28a8f721895acb1a76c7847b40cc487a (patch)
tree26bf60748de9eb252b97ca5c7aab3927473a5c59 /test/did_you_mean/helper.rb
parentc529014b9dc107c2b938f87e13941b6709fc7a76 (diff)
Revert the commits for did_you_mean
This reverts commit feaf4fbc3fa16382fbd07158c448c7b5bdae78b5. This reverts commit 0d4bfbdbe1f880c712b3e60de5fce423e6096f8d. This reverts commit ac4e0978ee4358430396403065eabe1aca05784f.
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__))