module SpellerYandex
Public Class Methods
check(text)
click to toggle source
# File lib/speller_yandex.rb, line 8 def self.check text wrong_words = Data.import text Main.parse text, wrong_words end
# File lib/speller_yandex.rb, line 8 def self.check text wrong_words = Data.import text Main.parse text, wrong_words end