Method: Tracemake::Slots#initialize
- Defined in:
- lib/tracemake.rb
#initialize ⇒ Slots
Returns a new instance of Slots.
49 50 51 52 53 |
# File 'lib/tracemake.rb', line 49 def initialize @slot_by_pid = {} @busy_slots = Set.new @number_of_slots = 0 end |