Class: Object
| Relationships & Source Files | |
| Inherits: | BasicObject | 
| Defined in: | ext/psych/lib/psych/core_ext.rb | 
Class Method Summary
Instance Method Summary
- 
    
      #to_yaml(options = {})  ⇒ ? 
    
    Convert an object to YAML. 
Class Method Details
.yaml_tag(url)
[ GitHub ]Instance Method Details
#to_yaml(options = {}) ⇒ ?
Convert an object to YAML.  See Psych.dump for more information on the available options.