Libraries
»
ardm-types
(1.2.3)
»
Index
»
DataMapper
»
Property
»
URI
»
#load
Method: DataMapper::Property::URI#load
Defined in:
lib/dm-types/uri.rb
#
load
(value) ⇒
Object
24 25 26
# File 'lib/dm-types/uri.rb', line 24
def
load
(
value
)
Addressable
::
URI
.
parse
(
value
)
end