1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Should require "rbconfig" to use RbConfig

fbe5aaaae8
This commit is contained in:
Nobuyoshi Nakada 2021-01-19 09:00:01 +09:00 committed by Yusuke Endoh
parent 8356d9e374
commit 4670458af8

View file

@ -2,6 +2,7 @@
require_relative "../spell_checker"
require_relative "../tree_spell_checker"
require "rbconfig"
module DidYouMean
class RequirePathChecker