Top Level Namespace

Defined Under Namespace

Modules: LSync, RemoteMethods Classes: Logger, Pathname

Constant Summary collapse

LSYNC_TMP_DIRECTORY =
"/tmp/lsync-#{Process.pid}"

Instance Method Summary collapse

Instance Method Details

#script_path(named) ⇒ Object



14
15
16
# File 'lib/lsync/shell_client.rb', line 14

def script_path(named)
	File.join(LSYNC_TMP_DIRECTORY, "#{named}")
end