Class: TrueClass

Inherits:
Object
  • Object
show all
Defined in:
lib/memorydb/db.rb

Instance Method Summary collapse

Instance Method Details

#<(other) ⇒ Object



16
17
18
# File 'lib/memorydb/db.rb', line 16

def <(other)
  other
end

#>(other) ⇒ Object



20
21
22
# File 'lib/memorydb/db.rb', line 20

def >(other)
  true
end