Class: PurposeConfig::TubeRack

Inherits:
PurposeConfig show all
Defined in:
lib/purpose_config.rb

Overview

Currently limber does not register its own tube racks. This is because we will delegate most behaviour to the contained tube purposes

Instance Method Summary collapse

Constructor Details

This class inherits a constructor from PurposeConfig

Instance Method Details

#register!Object



69
70
71
# File 'lib/purpose_config.rb', line 69

def register!
  warn 'Cannot create tube racks from within limber'
end