Method: Nanoc::Core::Configuration#update

Defined in:
lib/nanoc/core/configuration.rb

#update(hash) ⇒ Object



133
134
135
136
# File 'lib/nanoc/core/configuration.rb', line 133

def update(hash)
  @wrapped.update(hash)
  self
end