Method: Gem::Net::HTTP#local_host
- Defined in:
- lib/rubygems/vendor/net-http/lib/net/http.rb
#local_host ⇒ Object
Sets or returns the string local host used to establish the connection; initially nil
.
1277 1278 1279 |
# File 'lib/rubygems/vendor/net-http/lib/net/http.rb', line 1277 def local_host @local_host end |