Class: FalseClass
- Inherits:
-
Object
- Object
- FalseClass
- Defined in:
- lib/memorydb/db.rb
Overview
for sorting on booleans
Instance Method Summary collapse
Instance Method Details
#<(other) ⇒ Object
6 7 8 |
# File 'lib/memorydb/db.rb', line 6 def <(other) other end |
#>(other) ⇒ Object
10 11 12 |
# File 'lib/memorydb/db.rb', line 10 def >(other) false end |