Class: Boundy::Bound::Infinite::Above

Inherits:
Boundy::Bound::Infinite show all
Includes:
Comparable
Defined in:
lib/boundy/bound/infinite/above.rb

Instance Method Summary collapse

Methods inherited from Boundy::Bound::Infinite

#after?, #before?, #date, #finite?, #in_time_zone, #infinite?, #to_midnight, #within?

Instance Method Details

#<=>(other) ⇒ Object



6
7
8
# File 'lib/boundy/bound/infinite/above.rb', line 6

def <=>(other)
  1
end