Class: Yharian::Yhara

Inherits:
Speaker show all
Defined in:
lib/plugins/yhara.rb

Instance Attribute Summary

Attributes inherited from Speaker

#name

Instance Method Summary collapse

Methods inherited from Speaker

#talk

Constructor Details

#initializeYhara

Returns a new instance of Yhara.



52
53
54
# File 'lib/plugins/yhara.rb', line 52

def initialize
  super 'yhara'
end

Instance Method Details

#voice(context = nil) ⇒ Object



56
57
58
# File 'lib/plugins/yhara.rb', line 56

def voice(context = nil)
  VOICES.choise
end