Class: Object
- Inherits:
- BasicObject
- Defined in:
- lib/rapidyaml_rb/core_ext/object.rb
Instance Method Summary collapse
Instance Method Details
#to_yaml ⇒ Object
6 7 8 |
# File 'lib/rapidyaml_rb/core_ext/object.rb', line 6 def to_yaml RapidyamlRb.dump(self) end |