module Protocol::Rack::Adapter

def self.new(app)

def self.new(app)
	IMPLEMENTATION.wrap(app)
end