Class: Cassandra::Uuid

Inherits:
Object
  • Object
show all
Defined in:
lib/cassandra_mocks/uuid.rb

Instance Method Summary collapse

Instance Method Details

#<=>(rhs) ⇒ Object



3
4
5
# File 'lib/cassandra_mocks/uuid.rb', line 3

def <=>(rhs)
  to_s <=> rhs.to_s
end