class DidYouMean::NullChecker
Public Class Methods
          new(*)
          
          click to toggle source
          
        
        
        # File lib/did_you_mean/spell_checkers/null_checker.rb, line 3 def initialize(*); end
Public Instance Methods
          corrections()
          
          click to toggle source
          
        
        
        # File lib/did_you_mean/spell_checkers/null_checker.rb, line 4 def corrections; [] end