Method: URI::HTTP#port

Defined in:
lib/hub/speedy_stdlib.rb

#portObject



88
89
90
# File 'lib/hub/speedy_stdlib.rb', line 88

def port
  (@port || (scheme == 'https' ? 443 : 80)).to_i
end