Method: Cuboid::System::Slots#total
- Defined in:
- lib/cuboid/system/slots.rb
#total ⇒ Integer
Returns Amount of scans that can be safely run in parallel, in total.
50 51 52 |
# File 'lib/cuboid/system/slots.rb', line 50 def total used + available end |