# File lib/yaml/types.rb, line 77
        def to_yaml( opts = {} )
            opts[:DefaultKey] = self.default
            super( opts )
        end