Method: Uc::Config#initialize
- Defined in:
- lib/uc/config.rb
#initialize(app_dir, config_file = nil) ⇒ Config
Returns a new instance of Config.
9 10 11 12 |
# File 'lib/uc/config.rb', line 9 def initialize(app_dir, config_file = nil) @config_file = config_file @app_dir = app_dir end |