# File lib/yard/server/rack_adapter.rb, line 83 def xhr?; (env['HTTP_X_REQUESTED_WITH'] || "").downcase == "xmlhttprequest" end