| Class | YAML::SpecialHash |
| In: |
lib/yaml/types.rb
|
| Parent: | ::Hash |
| default | [RW] |
# File lib/yaml/types.rb, line 77
77: def to_yaml( opts = {} )
78: opts[:DefaultKey] = self.default
79: super( opts )
80: end