Authors: Timo Moss
License: MIT
Summary: This simple gem I've done in training.
It checking the spelling English or Russian text wiht tech.yandex.ru/speller site.
examples:
puts RuenSpeller.correct?("love")#=> true
puts RuenSpeller.correct?("leve")#=> ["lee", "live", "love", "lave", "level"]
RuenSpeller.correct?("leve").request_value...