# File lib/yaml/types.rb, line 167
        def []=( k, val )
            self << [ k, val ] 
            val
        end