class Protocol::Rack::Adapter::Rack2

def self.wrap(app)

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