Libraries
»
easy-uuid
(0.2.0)
»
Index
»
UUID
»
#to_blob
Method: UUID#to_blob
Defined in:
lib/uuid.rb
#
to_blob
⇒
Object
149
# File 'lib/uuid.rb', line 149
def
to_blob
;
Sequel
.
blob
(
@raw
)
;
end