Module: SBCI
- Defined in:
- lib/sbci.rb,
lib/sbci/version.rb
Defined Under Namespace
Classes: Job
Constant Summary collapse
- INITIAL_CONFIG_PATH =
"#{File.("../..",__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
.pwd ⇒ Object
18 19 20 |
# File 'lib/sbci.rb', line 18 def self.pwd @pwd = Dir.pwd end |