class Ruboty::Hubot::Actions::Hear

Public Instance Methods

call() click to toggle source
# File lib/ruboty/hubot/actions/hear.rb, line 5
def call
  Robot.instance.receive_all(message.body) do |res|
    message.reply(res)
  end
end