method

has_key?

v1_8_7_330 - Show latest stable - Class: YAML::Pairs
has_key?( k )
public

No documentation available.

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