Class: 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



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

def >=(_); false end

#to_sObject



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

def to_s; 'unavailable' end