Libraries
»
dm-types
(1.2.2)
»
Index
»
DataMapper
»
Property
»
UUID
»
#dump
Method: DataMapper::Property::UUID#dump
Defined in:
lib/dm-types/uuid.rb
#
dump
(value) ⇒
Object
56 57 58
# File 'lib/dm-types/uuid.rb', line 56
def
dump
(
value
)
value
.
to_s
unless
value
.
nil?
end