lib/god/metric.rb in resurrected_god-1.0.0 vs lib/god/metric.rb in resurrected_god-1.1.0

- old
+ new

@@ -1,4 +1,6 @@ +# frozen_string_literal: true + module God # Metrics are responsible for holding watch conditions. An instance of # Metric is yielded to blocks in the start_if, restart_if, stop_if, and # transition methods. class Metric