method

debug_headers

debug_headers(headers)
public

No documentation available.

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