DEBSOURCES
Skip Quicknav
sources / ruby-http / 1.0.2-4 / spec / support / servers / config.rb
123456789
module ServerConfig def addr config[:BindAddress] end def port config[:Port] end end