Viewing File: /opt/cpanel/ea-ruby27/root/usr/share/ruby/ruby-2.7.8/did_you_mean/spell_checkers/null_checker.rb

module DidYouMean
  class NullChecker
    def initialize(*);  end
    def corrections; [] end
  end
end
Back to Directory