Skip to content

Commit fbe5aaa

Browse files
nobuyuki24
authored andcommitted
Should require "rbconfig" to use RbConfig
1 parent b8ad3b2 commit fbe5aaa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/did_you_mean/spell_checkers/require_path_checker.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
require_relative "../spell_checker"
44
require_relative "../tree_spell_checker"
5+
require "rbconfig"
56

67
module DidYouMean
78
class RequirePathChecker

0 commit comments

Comments
 (0)