Libraries
»
fdb
(7.3.5)
»
Index
»
FDB
»
Tuple
»
UUID
»
#<=>
Method: FDB::Tuple::UUID#<=>
Defined in:
lib/fdbtuple.rb
#
<=>
(other) ⇒
Object
56 57 58
# File 'lib/fdbtuple.rb', line 56
def
<=>
(
other
)
self
.
data
<=>
other
.
data
end