Method: RTunnel::SocketFactory.inbound?
- Defined in:
- lib/rtunnel/socket_factory.rb
.inbound?(options) ⇒ Boolean
21 22 23 |
# File 'lib/rtunnel/socket_factory.rb', line 21 def self.inbound?() [:inbound] or [:in_port, :in_host, :in_addr].any? { |k| [k] } end |