Method: Puppet::Application.clear_everything_for_tests

Defined in:
lib/puppet/application.rb

.clear_everything_for_testsObject

This is for testing only



322
323
324
# File 'lib/puppet/application.rb', line 322

def clear_everything_for_tests
  @run_mode = @banner = @run_status = @option_parser_commands = nil
end