String
# File lib/dm-types/uri.rb, line 12 12: def custom? 13: true 14: end
# File lib/dm-types/uri.rb, line 28 28: def dump(value) 29: value.to_s unless value.nil? 30: end
# File lib/dm-types/uri.rb, line 24 24: def load(value) 25: Addressable::URI.parse(value) 26: end
# File lib/dm-types/uri.rb, line 16 16: def primitive?(value) 17: value.kind_of?(Addressable::URI) 18: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.