module Dr::BuildEnvironments

Public Instance Methods

add_build_environment(name, benv) click to toggle source
# File lib/dr/build_environments.rb, line 108
def add_build_environment(name, benv)
  @@build_environments[name.to_sym] = benv
end
build_environments() click to toggle source
# File lib/dr/build_environments.rb, line 104
def build_environments
  @@build_environments
end