class Falcon::Command::Supervisor

def endpoint

The endpoint the supervisor is bound to.
def endpoint
	Async::IO::Endpoint.unix(@options[:path])
end