class Ruboty::Handlers::YMCrawl

Public Instance Methods

hello(message) click to toggle source
# File lib/ruboty/handlers/ymcrawl.rb, line 22
def hello(message)
  message.reply("hello!!")
end