Class: CapistranoExtParams

Inherits:
Object
  • Object
show all
Defined in:
lib/capistrano/ext/params.rb

Constant Summary collapse

VERSION =
'0.1.2'

Class Method Summary collapse

Class Method Details

.with_configuration(&block) ⇒ Object



8
9
10
# File 'lib/capistrano/ext/params.rb', line 8

def self.with_configuration(&block)
  Capistrano::Configuration.instance(:must_exist).load(&block)
end