Class: NSObject
- Inherits:
-
Object
- Object
- NSObject
- Defined in:
- lib/project/yaml.rb
Instance Method Summary collapse
Instance Method Details
#to_yaml ⇒ Object
37 38 39 |
# File 'lib/project/yaml.rb', line 37 def to_yaml YAML.dump(self) end |