class DidYouMean::NullChecker

公共类方法

new(*) 点击切换源代码
# File did_you_mean/spell_checkers/null_checker.rb, line 3
def initialize(*);  end

公共实例方法

corrections() 点击切换源代码
# File did_you_mean/spell_checkers/null_checker.rb, line 4
def corrections; [] end