Method: Commands::InstanceCountOption#attach

Defined in:
lib/commands.rb

#attach(commands) ⇒ Object



1198
1199
1200
1201
1202
# File 'lib/commands.rb', line 1198

def attach(commands)
  command = super(commands)
  command.instance_count = @arg.to_i
  return command
end