Method: Subspace::Commands::Ssh#initialize
- Defined in:
- lib/subspace/commands/ssh.rb
#initialize(args, options) ⇒ Ssh
Returns a new instance of Ssh.
6 7 8 9 10 11 |
# File 'lib/subspace/commands/ssh.rb', line 6 def initialize(args, ) @host = args.first @user = .user @options = run end |