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