Module: Carafe::Buildhost
- Defined in:
- lib/carafe.rb
Class Method Summary collapse
Class Method Details
.build_path ⇒ Object
49 50 51 |
# File 'lib/carafe.rb', line 49 def self.build_path Pathname(fetch(:build_path) { raise "no build_path configured" }) end |
.git ⇒ Object
45 46 47 |
# File 'lib/carafe.rb', line 45 def self.git Capistrano::SCM::Git.new end |