class Ruboty::Handlers::Replica

Public Instance Methods

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