Module: Capistrano::DSL

Defined in:
lib/capsum/bundler.rb,
lib/capsum/foundation.rb,
lib/capsum/remote_env.rb

Instance Method Summary collapse

Instance Method Details

#bundle_env_variablesObject



21
22
23
# File 'lib/capsum/bundler.rb', line 21

def bundle_env_variables
  fetch(:bundle_env_variables)
end

#default_envObject



22
23
24
# File 'lib/capsum/foundation.rb', line 22

def default_env
  fetch(:default_env)
end

#remote_envObject



3
4
5
# File 'lib/capsum/remote_env.rb', line 3

def remote_env
  fetch(:remote_env)
end