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
7 8 9 |
# File 'lib/memorydb/db.rb', line 7 def <(other) other end |
#>(other) ⇒ Object
11 12 13 |
# File 'lib/memorydb/db.rb', line 11 def >(other) false end |