class DidYouMean::NullChecker
公共类方法
new(*) 单击以切换源
# File lib/did_you_mean/spell_checkers/null_checker.rb, line 3 def initialize(*); end
公共实例方法
corrections() 单击以切换源
# File lib/did_you_mean/spell_checkers/null_checker.rb, line 4 def corrections; [] end