Class: Lita::Handlers::Randpaul

Inherits:
Handler
  • Object
show all
Defined in:
lib/lita/handlers/randpaul.rb

Instance Method Summary collapse

Instance Method Details

#randpaul(response) ⇒ Object



7
8
9
# File 'lib/lita/handlers/randpaul.rb', line 7

def randpaul(response)
  response.reply "rand paul".split("").shuffle.join
end