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