Class: Cassandra::Uuid
- Inherits:
-
Object
- Object
- Cassandra::Uuid
- 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 |