| Direktori : /proc/self/root/opt/alt/ruby30/share/ruby/did_you_mean/spell_checkers/ |
| Current File : //proc/self/root/opt/alt/ruby30/share/ruby/did_you_mean/spell_checkers/null_checker.rb |
module DidYouMean
class NullChecker
def initialize(*); end
def corrections; [] end
end
end