Method: Fulmar::Domain::Service::ConfigurationService#reset

Defined in:
lib/fulmar/domain/service/configuration_service.rb

#resetObject

Reset the loaded configuration, forcing a reload this is currently used for reloading the config without the user config file to test the project configuration



61
62
63
# File 'lib/fulmar/domain/service/configuration_service.rb', line 61

def reset
  @config = nil
end