# File lib/moneta/stack.rb, line 44 def key?(key, options = {}) @stack.any? {|s| s.key?(key, options) } end