# File lib/yaml/types.rb, line 171
        def has_key?( k )
            self.assoc( k ) ? true : false
        end