Class: DidYouMean::NullChecker
Relationships & Source Files | |
Inherits: | Object |
Defined in: | lib/did_you_mean/spell_checkers/null_checker.rb |
Class Method Summary
- .new ⇒ NullChecker constructor
Instance Method Summary
Constructor Details
.new ⇒ NullChecker
# File 'lib/did_you_mean/spell_checkers/null_checker.rb', line 3
def initialize(*); end
Instance Method Details
#corrections
[ GitHub ]# File 'lib/did_you_mean/spell_checkers/null_checker.rb', line 4
def corrections; [] end