Class: DidYouMean::NullChecker
- Inherits:
-
Object
- Object
- DidYouMean::NullChecker
- Defined in:
- lib/did_you_mean/spell_checkers/null_checker.rb
Instance Method Summary collapse
- #corrections ⇒ Object
-
#initialize ⇒ NullChecker
constructor
A new instance of NullChecker.
Constructor Details
#initialize ⇒ NullChecker
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
#corrections ⇒ Object
4 |
# File 'lib/did_you_mean/spell_checkers/null_checker.rb', line 4 def corrections; [] end |