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