Module: Blocks::Configurator::ClassMethods

Defined in:
lib/blocks/utilities/configurator.rb

Instance Method Summary collapse

Instance Method Details

#reset_configObject



16
17
18
19
20
21
22
23
# File 'lib/blocks/utilities/configurator.rb', line 16

def reset_config
  configure do |config|
    config.builder_class = Builder
    config.renderer_class = Renderer
    config.lookup_caller_location = false
    config.global_options_set = OptionsSet.new("Global Options")
  end
end