Module: Gemmy::Components::WordSpeaker
- Defined in:
- lib/gemmy/components/word_speaker.rb
Defined Under Namespace
Classes: Sentence
Instance Method Summary collapse
Instance Method Details
#speak_sentence(*args) ⇒ Object
5 6 7 8 |
# File 'lib/gemmy/components/word_speaker.rb', line 5 def speak_sentence(*args) sentence = Gemmy.component("word_speaker/sentence").new(*args) sentence.save_to_file.speak_file end |