Searched refs:JobManager (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/lib/irb/cmd/
H A Dsubirb.rb25 IRB.JobManager
31 IRB.JobManager.switch(key)
37 IRB.JobManager.kill(*keys)
/macosx-10.9.5/ruby-104/ruby/lib/irb/ext/
H A Dmulti-irb.rb15 class JobManager class in class:IRB
18 # Creates a new JobManager object
175 @JobManager = JobManager.new
177 # The current JobManager in the session
178 def IRB.JobManager singleton method
179 @JobManager
184 IRB.JobManager.irb(Thread.current).context
205 @JobManager.insert(irb)
206 @JobManager
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/irb/
H A Dcontext.rb57 if IRB.conf[:SINGLE_IRB] or !defined?(IRB::JobManager)
60 @irb_name = IRB.conf[:IRB_NAME]+"#"+IRB.JobManager.n_jobs.to_s
133 # the current job set by JobManager, such as <code>irb#2</code>

Completed in 190 milliseconds