Module: HDeploy

Defined in:
lib/hdeploy.rb,
lib/hdeploy/cli.rb,
lib/hdeploy/conf.rb,
lib/hdeploy/client.rb,
lib/hdeploy/version.rb,
lib/hdeploy/apiclient.rb

Defined Under Namespace

Classes: APIClient, CLI, Client, Conf

Constant Summary collapse

VERSION =
"0.1.2"

Class Method Summary collapse

Class Method Details

.where_is(f) ⇒ Object



7
8
9
# File 'lib/hdeploy.rb', line 7

def HDeploy.where_is(f)
  File.expand_path "../#{f}", __FILE__
end