Yharian::Speaker
# File lib/plugins/yhara.rb, line 63 def initialize super 'jenifer' end
# File lib/plugins/yhara.rb, line 67 def talk(context) words = (0..rand(3)). map { ARABIAN.choice }.join(' ') [Remark.new(self,words, '')] end
# File lib/plugins/yhara.rb, line 72 def voice(context = nil) 'Princess' end
[Validate]
Generated with the Darkfish Rdoc Generator 2.