Libraries
»
ardm-types
(1.2.3)
»
Index
»
DataMapper
»
Property
»
URI
»
#dump
Method: DataMapper::Property::URI#dump
Defined in:
lib/dm-types/uri.rb
#
dump
(value) ⇒
Object
28 29 30
# File 'lib/dm-types/uri.rb', line 28
def
dump
(
value
)
value
.
to_s
unless
value
.
nil?
end