class Falcon::Server

def initialize(app, *args)

def initialize(app, *args)
	super(*args)
	
	@app = app
end