method

execute

v1_9_1_378 - Show latest stable - Class: IRB::ExtendCommand::Kill
execute(*keys)
public

No documentation available.

# File lib/irb/cmd/subirb.rb, line 37
      def execute(*keys)
        IRB.JobManager.kill(*keys)
      end