class MudServer::DefaultController

This is a default implementation and entry point for all Mud activity. Override this controller in Your implementation. See AbstractController for better documentation.

Public Instance Methods

on_start() click to toggle source
# File lib/default_controller.rb, line 5
def on_start
  send_text 'It works! Type `quit` to end'
end