# File lib/safe_yaml/psych_handler.rb, line 55
    def end_current_structure
      @stack.pop
      @current_structure = @stack.last
    end