module Falcon::Environment::Supervisor

def ipc_path

@returns [String]
The IPC path to use for communication with the supervisor.
def ipc_path
	::File.expand_path("supervisor.ipc", root)
end