Class: Cane::ThresholdCheck::UnavailableValue

Inherits:
Object
  • Object
show all
Defined in:
lib/cane/threshold_check.rb

Overview

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

Instance Method Summary collapse

Instance Method Details

#>=(_) ⇒ Object



50
# File 'lib/cane/threshold_check.rb', line 50

def >=(_); false end

#to_sObject



51
# File 'lib/cane/threshold_check.rb', line 51

def to_s; 'unavailable' end