class Ruboty::Handlers::JapanWeather

Public Instance Methods

japan_weather(message) click to toggle source
# File lib/ruboty/handlers/japan_weather.rb, line 10
def japan_weather(message)
  Ruboty::Actions::JapanWeather.new(message).call
end