Class: SimpleUUID::UUID

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

Instance Method Summary collapse

Instance Method Details

#<=(other) ⇒ Object



8
9
10
# File 'lib/cassandra/mock.rb', line 8

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

#>=(other) ⇒ Object



4
5
6
# File 'lib/cassandra/mock.rb', line 4

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