module Falcon
module Falcon::Command
module Rack
module Rack::Handler
module Rack::Handler::Falcon
class Falcon::Command::Serve
class Falcon::Command::Top
class Falcon::Server
falcon
0.5.0
# initialize
def initialize(app, *args) super(*args) @app = app end