Method: RTunnel::RemoteListenCommand#initialize

Defined in:
lib/rtunnel/commands.rb

#initialize(address = nil) ⇒ RemoteListenCommand

Returns a new instance of RemoteListenCommand.



152
153
154
155
# File 'lib/rtunnel/commands.rb', line 152

def initialize(address = nil)
  super()
  @address = address
end