Class: Boundy::Bound::Infinite::Below
- Inherits:
-
Boundy::Bound::Infinite
- Object
- Boundy::Bound::Infinite
- Boundy::Bound::Infinite::Below
- Includes:
- Comparable
- Defined in:
- lib/boundy/bound/infinite/below.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/below.rb', line 6 def <=>(other) -1 end |