Method: UnitMeasurements::Unit#system
- Defined in:
- lib/unit_measurements/unit.rb
#system ⇒ String (readonly)
The system to which the unit belongs (e.g., “metric”, “imperial”).
46 47 48 |
# File 'lib/unit_measurements/unit.rb', line 46 def system @system end |