Method: Wicket::Configuration#merge
- Defined in:
- lib/wicket/configuration.rb
#merge(*opts) ⇒ Object
13 14 15 16 17 |
# File 'lib/wicket/configuration.rb', line 13 def merge(*opts) opts.each_with_object(to_h) do |opts,aggregate| aggregate.merge!(opts) end end |