Method: Quantify::Unit::Base#make_canonical
- Defined in:
- lib/quantify/unit/base_unit.rb
#make_canonical ⇒ Object
Make self the canonical representation of the unit defined by self#label
243 244 245 246 |
# File 'lib/quantify/unit/base_unit.rb', line 243 def make_canonical unload if loaded? load end |