Method: Inspec::Telemetry::Collector#reset!

Defined in:
lib/inspec/utils/telemetry/collector.rb

#reset!True

Blanks the contents of the data series collection. Reset telemetry toggle

Returns:

  • (True)


69
70
71
72
# File 'lib/inspec/utils/telemetry/collector.rb', line 69

def reset!
  @data_series = []
  @telemetry_toggled_off = false
end