String
# File lib/dm-types/file_path.rb, line 22 22: def dump(value) 23: value.to_s unless DataMapper::Ext.blank?(value) 24: end
# File lib/dm-types/file_path.rb, line 18 18: def load(value) 19: Pathname.new(value) unless DataMapper::Ext.blank?(value) 20: end
# File lib/dm-types/file_path.rb, line 10 10: def primitive?(value) 11: value.kind_of?(Pathname) 12: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.