# File lib/moneta/stack.rb, line 86
    def clear(options = {})
      @stack.each {|s| s.clear(options) }
      self
    end