class Falcon::Command::Serve
def load_app(verbose)
def load_app(verbose) app, options = Rack::Builder.parse_file(@options[:config]) if verbose app = Verbose.new(app) end return app, options end
def load_app(verbose) app, options = Rack::Builder.parse_file(@options[:config]) if verbose app = Verbose.new(app) end return app, options end