Class: DidYouMean::NullChecker

Inherits:
Object
  • Object
show all
Defined in:
lib/did_you_mean/spell_checkers/null_checker.rb

Instance Method Summary collapse

Constructor Details

#initializeNullChecker

Returns a new instance of NullChecker.



3
# File 'lib/did_you_mean/spell_checkers/null_checker.rb', line 3

def initialize(*);  end

Instance Method Details

#correctionsObject



4
# File 'lib/did_you_mean/spell_checkers/null_checker.rb', line 4

def corrections; [] end