Class: Ruboty::Handlers::WorldClock

Inherits:
Base
  • Object
show all
Defined in:
lib/ruboty/handlers/world_clock.rb

Instance Method Summary collapse

Instance Method Details

#world_clock(message) ⇒ Object



6
7
8
# File 'lib/ruboty/handlers/world_clock.rb', line 6

def world_clock(message)
  Ruboty::Actions::WorldClock.new(message).call
end