class Cane::ThresholdCheck::UnavailableValue

Null object for all cases when the value to be compared against cannot be read.

Public Instance Methods

>=(_) click to toggle source
# File lib/cane/threshold_check.rb, line 74
def >=(_); false end
real?() click to toggle source
# File lib/cane/threshold_check.rb, line 76
def real?; false; end
to_s() click to toggle source
# File lib/cane/threshold_check.rb, line 75
def to_s; 'unavailable' end