Method: Gem::Net::HTTP#local_port

Defined in:
lib/rubygems/vendor/net-http/lib/net/http.rb

#local_portObject

Sets or returns the integer local port used to establish the connection; initially nil.



1281
1282
1283
# File 'lib/rubygems/vendor/net-http/lib/net/http.rb', line 1281

def local_port
  @local_port
end