Current Path : /proc/3848983/cwd/lib/ruby/3.0.0/did_you_mean/spell_checkers/ |
Current File : //proc/3848983/cwd/lib/ruby/3.0.0/did_you_mean/spell_checkers/null_checker.rb |
module DidYouMean class NullChecker def initialize(*); end def corrections; [] end end end