Class: TrueClass
- Inherits:
-
Object
- Object
- TrueClass
- Defined in:
- lib/repository/memory.rb
Instance Method Summary collapse
Instance Method Details
#<(other) ⇒ Object
17 18 19 |
# File 'lib/repository/memory.rb', line 17 def <(other) other end |
#>(other) ⇒ Object
21 22 23 |
# File 'lib/repository/memory.rb', line 21 def >(other) true end |