88 89 90
# File 'lib/hub/speedy_stdlib.rb', line 88 def port (@port || (scheme == 'https' ? 443 : 80)).to_i end