# File lib/loquacious/configuration/iterator.rb, line 34
    def initialize( config )
      @config = config
      @stack = []
      reset
    end