# File lib/moneta/stack.rb, line 20
      def initialize(stack, &block)
        @stack = stack
        instance_eval(&block)
      end