Sha256: cb8c326d3bddaf132572ac2885143a9ec132a15a17e9afa712db2be9f42cec25
Contents?: true
Size: 373 Bytes
Versions: 16
Compression:
Stored size: 373 Bytes
Contents
module Mccloud module Command module Helpers # Initializes the environment by pulling the environment out of # the configuration hash and sets up the UI if necessary. def initialize_environment(args, options, config) raise ::Mccloud::Error,"CLI Missing Environment" if !config[:env] @env = config[:env] end end end end
Version data entries
16 entries across 16 versions & 1 rubygems