Method: Remoting::Ssh#initialize
- Defined in:
- lib/remoting/ssh.rb
#initialize(*args) ⇒ Ssh
Returns a new instance of Ssh.
8 9 10 11 |
# File 'lib/remoting/ssh.rb', line 8 def initialize(*args) = args. @host, @user, @interactive = .values_at(:host, :user, :interactive) end |