Method: SimpleUUID::UUID#<=

Defined in:
lib/cassandra/mock.rb

#<=(other) ⇒ Object



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

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