class Ruboty::Handlers::Appear

Public Instance Methods

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