Module: SBCI

Defined in:
lib/sbci.rb,
lib/sbci/version.rb

Defined Under Namespace

Classes: Job

Constant Summary collapse

INITIAL_CONFIG_PATH =
"#{File.expand_path("../..",__FILE__)}/lib/config.xml"
MESSAGES =
{
  :config_dir_exists => "Config already exists for this project",
  :config_already_exists => "Config file already exists and will be overwritten",
  :config_already_published => "Config file is already published and will be overwritten"
}
VERSION =
"0.1.0"

Class Method Summary collapse

Class Method Details

.pwdObject



18
19
20
# File 'lib/sbci.rb', line 18

def self.pwd
  @pwd = Dir.pwd
end