Returns:
104 105 106
# File 'lib/conf.rb', line 104 def key?(key) @data.key?(key) || (@parent && @parent.key?(key)) end