Class: Yharian::Yhara
Instance Attribute Summary
Attributes inherited from Speaker
Instance Method Summary collapse
-
#initialize ⇒ Yhara
constructor
A new instance of Yhara.
- #voice(context = nil) ⇒ Object
Methods inherited from Speaker
Constructor Details
#initialize ⇒ Yhara
Returns a new instance of Yhara.
50 51 52 |
# File 'lib/plugin/yhara.rb', line 50 def initialize super 'yhara' end |
Instance Method Details
#voice(context = nil) ⇒ Object
54 55 56 |
# File 'lib/plugin/yhara.rb', line 54 def voice(context = nil) VOICES.choise end |