class Lita::Handlers::Howlongtobeat

Public Instance Methods

howlongtobeat(response) click to toggle source
# File lib/lita/handlers/howlongtobeat.rb, line 7
def howlongtobeat(response)
  HowlongtobeatSearch.new(response.matches[0][0], http).print_result(response)
end