Method: Config#initialize
- Defined in:
- lib/core/config.rb
#initialize(args, options) ⇒ Config
Returns a new instance of Config.
11 12 13 14 15 16 17 18 19 |
# File 'lib/core/config.rb', line 11 def initialize(args, ) @args = args = @org = [:org] @app = [:app] load_app_config load_apps end |