class Ruboty::Actions::Hi

Public Instance Methods

call() click to toggle source
# File lib/ruboty/actions/hi.rb, line 4
def call
  message.reply("hi")
end