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