Method: Subspace::Commands::Bootstrap#initialize
- Defined in:
- lib/subspace/commands/bootstrap.rb
#initialize(args, options) ⇒ Bootstrap
Returns a new instance of Bootstrap.
3 4 5 6 7 8 9 |
# File 'lib/subspace/commands/bootstrap.rb', line 3 def initialize(args, ) @host_spec = args.first = @ask_pass = .password @yum = .yum run end |