# File lib/rack/server.rb, line 145 145: def default_options 146: { 147: :environment => "development", 148: :pid => nil, 149: :Port => 9292, 150: :Host => "0.0.0.0", 151: :AccessLog => [], 152: :config => "config.ru" 153: } 154: end