class Ruboty::RinChan::Actions::RinChan

Public Instance Methods

call() click to toggle source
# File lib/ruboty/rin_chan/actions/rin_chan.rb, line 16
def call
  @serif = @@serifs.shuffle
  message.reply(@serif[0])
end