module Falcon::Environment::Application

def ipc_path

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