class Rails::Command::Base::CorrectableError
def corrections
def corrections @corrections ||= DidYouMean::SpellChecker.new(dictionary: options).correct(key) end
def corrections @corrections ||= DidYouMean::SpellChecker.new(dictionary: options).correct(key) end