Sha256: b5bdf72a7d31df166505a75619f47de47b4defd9383b9fe0faca9f5d6856e7d2
Contents?: true
Size: 358 Bytes
Versions: 24
Compression:
Stored size: 358 Bytes
Contents
module Veewee 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
24 entries across 24 versions & 2 rubygems