class Falcon::Redirection

def initialize(app, hosts)

def initialize(app, hosts)
	super(app)
	
	@hosts = hosts
end