module TauYandexSpeller
Constants
- URL_API
- VERSION
Public Class Methods
check(text)
click to toggle source
# File lib/tau_yandex_speller.rb, line 11 def self.check text TauYandexSpeller::SpellChecker.check text end
version()
click to toggle source
# File lib/tau_yandex_speller.rb, line 7 def self.version "ver. #{VERSION}" end