class DidYouMean::NullChecker
Öffentliche Klassenmethoden
Source
# File lib/did_you_mean/spell_checkers/null_checker.rb, line 3 def initialize(*); end
Öffentliche Instanzmethoden
Source
# File lib/did_you_mean/spell_checkers/null_checker.rb, line 4 def corrections; [] end