Method: Quantify::Unit::Base#unload

Defined in:
lib/quantify/unit/base_unit.rb

#unloadObject

Remove from system of known units.



233
234
235
# File 'lib/quantify/unit/base_unit.rb', line 233

def unload
  Unit.unload(self.label)
end