method

debug_headers

rails latest stable - Class: ActionDispatch::DebugExceptions::DebugView

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v5.2.3) is shown here.

debug_headers(headers)
public

No documentation available.

# File actionpack/lib/action_dispatch/middleware/debug_exceptions.rb, line 30
      def debug_headers(headers)
        if headers.present?
          headers.inspect.gsub(",", ",\n")
        else
          "None"
        end
      end