Project

General

Profile

Download (137 Bytes) Statistics
| Branch: | Tag: | Revision:
class Rack::Server
def initialize(options = nil)
@options = options
@app = options[:app] if options && options[:app]
end
end
(7-7/10)