Method: Cuboid::System::Slots#initialize
- Defined in:
- lib/cuboid/system/slots.rb
#initialize(system) ⇒ Slots
Returns a new instance of Slots.
6 7 8 9 |
# File 'lib/cuboid/system/slots.rb', line 6 def initialize( system ) @system = system @pids = Set.new end |