AlkantarClanX12

Your IP : 3.145.72.44


Current Path : /proc/self/root/opt/alt/ruby32/share/ruby/did_you_mean/spell_checkers/
Upload File :
Current File : //proc/self/root/opt/alt/ruby32/share/ruby/did_you_mean/spell_checkers/null_checker.rb

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