# File lib/moneta/stack.rb, line 38 def initialize(options = {}, &block) @stack = options[:stack].to_a DSL.new(@stack, &block) if block_given? end