# File lib/safe_yaml/psych_handler.rb, line 6
    def initialize(options)
      @options      = SafeYAML::OPTIONS.merge(options || {})
      @initializers = @options[:custom_initializers] || {}
      @anchors      = {}
      @stack        = []
      @current_key  = nil
      @result       = nil
    end