Sha256: fdcf3e82395a196e4eb146c32696455b9fbe1e1001b3e678845bd5409e896d85
Contents?: true
Size: 364 Bytes
Versions: 7
Compression:
Stored size: 364 Bytes
Contents
module MelissaData 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 Errors::CLIMissingEnvironment if !config[:env] @env = config[:env] end end end end
Version data entries
7 entries across 7 versions & 1 rubygems