Class: Ruboty::Handlers::Weather

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

Instance Method Summary collapse

Instance Method Details

#weather(message) ⇒ Object



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

def weather(message)
  message.reply(fetch)
end