class Yharian::Jenifer
Constants
- ARABIAN
Public Class Methods
new()
click to toggle source
Calls superclass method
Yharian::Speaker::new
# File lib/plugins/yhara.rb, line 63 def initialize super 'jenifer' end
Public Instance Methods
talk(context)
click to toggle source
# File lib/plugins/yhara.rb, line 67 def talk(context) words = (0..rand(3)). map { ARABIAN.choice }.join(' ') [Remark.new(self,words, '')] end
voice(context = nil)
click to toggle source
# File lib/plugins/yhara.rb, line 72 def voice(context = nil) 'Princess' end