Method: Quantify::Unit::Base#si_unit
- Defined in:
- lib/quantify/unit/base_unit.rb
#si_unit ⇒ Object
Returns the SI unit for the same physical quantity which is represented by self, e.g.
420 421 422 |
# File 'lib/quantify/unit/base_unit.rb', line 420 def si_unit @dimensions.si_unit end |