class Ruboty::Robot

Private Instance Methods

adapt() click to toggle source
# File lib/ruboty/robot.patch.rb, line 7
def adapt
  server
  original_adapt
end
Also aliased as: original_adapt
original_adapt()
Alias for: adapt
server() click to toggle source
# File lib/ruboty/robot.patch.rb, line 12
def server
  Ruboty::Router::Server.start(self)
end