class Falcon::Controller::Serve

def name

The name of the controller which is used for the process title.
def name
	"Falcon Server"
end