Method: RTunnel::SocketFactory.host_from_address
- Defined in:
- lib/rtunnel/socket_factory.rb
.host_from_address(address) ⇒ Object
13 14 15 |
# File 'lib/rtunnel/socket_factory.rb', line 13 def self.host_from_address(address) address and split_address(address)[0] end |