module Capistrano::DSL

Public Instance Methods

bundle_env_variables() click to toggle source
# File lib/capsum/bundler.rb, line 21
def bundle_env_variables
  fetch(:bundle_env_variables)
end
default_env() click to toggle source
# File lib/capsum/foundation.rb, line 22
def default_env
  fetch(:default_env)
end
remote_env() click to toggle source
# File lib/capsum/remote_env.rb, line 3
def remote_env
  fetch(:remote_env)
end