method

has_key?

v1_9_1_378 - Show latest stable - Class: YAML::Omap
has_key?( k )
public

No documentation available.

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