# File lib/moneta/stack.rb, line 92
    def close
      @stack.each {|s| s.close }
      nil
    end