Class: NSObject

Inherits:
Object
  • Object
show all
Defined in:
lib/project/yaml.rb

Instance Method Summary collapse

Instance Method Details

#to_yamlObject



37
38
39
# File 'lib/project/yaml.rb', line 37

def to_yaml
  YAML.dump(self)
end