# File lib/yaml/types.rb, line 164
        def []( k )
            self.assoc( k ).to_a
        end