class Protocol::Rack::Adapter::Generic

def self.parse_file(...)

def self.parse_file(...)
	# This is the old interface, which was changed in Rack 3.
	::Rack::Builder.parse_file(...).first
end