Text
# File lib/dm-types/yaml.rb, line 9 9: def custom? 10: true 11: end
# File lib/dm-types/yaml.rb, line 23 23: def dump(value) 24: if value.nil? 25: nil 26: elsif value.is_a?(::String) && value =~ /^---/ 27: value 28: else 29: ::YAML.dump(value) 30: end 31: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.