Method: Nanoc::Core::Configuration#freeze

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

#freezeObject



145
146
147
148
149
# File 'lib/nanoc/core/configuration.rb', line 145

def freeze
  super
  @wrapped.__nanoc_freeze_recursively
  self
end