class Ruboty::Handlers::Roll
Public Instance Methods
roll(message)
click to toggle source
# File lib/ruboty/handlers/roll.rb, line 8 def roll(message) Ruboty::Roll::Actions::Roll.new(message).call end
# File lib/ruboty/handlers/roll.rb, line 8 def roll(message) Ruboty::Roll::Actions::Roll.new(message).call end