method
execute
ruby latest stable - Class:
IRB::ExtendCommand::Foreground
execute(key)public
No documentation available.
# File lib/irb/cmd/subirb.rb, line 29
def execute(key)
IRB.JobManager.switch(key)
end execute(key)No documentation available.
# File lib/irb/cmd/subirb.rb, line 29
def execute(key)
IRB.JobManager.switch(key)
end