Method: CHBuild::Config::Use#initialize
- Defined in:
- lib/chbuild/config/use.rb
#initialize(using = {}) ⇒ Use
Returns a new instance of Use.
16 17 18 19 20 21 22 23 |
# File 'lib/chbuild/config/use.rb', line 16 def initialize(using = {}) super replace(DEFAULTS) validate!(using) merge!(using) unless using.nil? end |