class Falcon::Service::Supervisor

def initialize(environment)

@parameter environment [Build::Environment]
Initialize the supervisor using the given environment.
def initialize(environment)
	super
	
	@bound_endpoint = nil
end