String
# File lib/dm-types/uri.rb, line 28 def dump(value) value.to_s unless value.nil? end
# File lib/dm-types/uri.rb, line 24 def load(value) Addressable::URI.parse(value) end
# File lib/dm-types/uri.rb, line 16 def primitive?(value) value.kind_of?(Addressable::URI) end
Generated with the Darkfish Rdoc Generator 2.