Module: Deploy::Code
- Defined in:
- lib/deploy/code.rb,
lib/deploy/code/version.rb
Constant Summary collapse
- VERSION =
"0.1.0"
Class Method Summary collapse
-
.within_capistrano(&block) ⇒ Object
Your code goes here…
Class Method Details
.within_capistrano(&block) ⇒ Object
Your code goes here…
7 8 9 |
# File 'lib/deploy/code.rb', line 7 def self.within_capistrano(&block) Capistrano::Configuration.instance(:must_exist).load(&block) end |