# File lib/rack/server.rb, line 174 def initialize(options = nil) @options = options @app = options[:app] if options && options[:app] end