Class: Yharian::Yhara

Inherits:
Speaker show all
Defined in:
lib/plugin/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.



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