lib/bluepill/condition_watch.rb in bluepill-0.0.69 vs lib/bluepill/condition_watch.rb in bluepill-0.0.70

- old
+ new

@@ -1,7 +1,6 @@ module Bluepill - class HistoryValue < Struct.new(:value, :critical) - end + HistoryValue = Struct.new(:value, :critical) class ConditionWatch attr_accessor :logger, :name EMPTY_ARRAY = [].freeze # no need to recreate one every tick