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)
  options = args.extract_options!
  @host, @user, @interactive = options.values_at(:host, :user, :interactive)  
end