Flowdock
new() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/irb/ext/multi-irb.rb, line 19
    def initialize
      # @jobs = [[thread, irb],...]
      @jobs = []
      @current_job = nil
    end
Register or log in to add new notes.