Class: SimpleUUID::UUID

Inherits:
Object
  • Object
show all
Defined in:
lib/cassandra/mock.rb

Instance Method Summary collapse

Instance Method Details

#<=(other) ⇒ Object



6
7
8
# File 'lib/cassandra/mock.rb', line 6

def <=(other)
  (self <=> other) <= 0
end

#>=(other) ⇒ Object



2
3
4
# File 'lib/cassandra/mock.rb', line 2

def >=(other)
  (self <=> other) >= 0
end