class TauYandexSpeller::SpellChecker
Public Class Methods
check(text)
click to toggle source
# File lib/tau_yandex_speller/Controller/spell_checker.rb, line 10 def self.check text json = TauYandexSpeller::NetManager.load_correct_words text SpellCollection.new json end