Module: CheckSpell
- Defined in:
- lib/checkspell.rb,
lib/checkspell/yandexspell.rb
Defined Under Namespace
Classes: YandexSpell
Class Method Summary collapse
Class Method Details
.check(text) ⇒ Object
5 6 7 |
# File 'lib/checkspell.rb', line 5 def self.check text YandexSpell.new(text).check end |