v5.10.0
What's new
- Added new method
#to_fs
to format the measurement. - Aliased arithmetic method
#**
to#pow
and#^
. - Aliased arithmetic method
#-@
to#inverse
and#negate
. - Added
UnitMeasurements::BlankQuantityError
error if tried to initialize theMeasurement
with a blank quantity. - Added
UnitMeasurements::BlankUnitError
error if tried to initialize theMeasurement
with a blank unit.
What's deprecated
#format
method in favour of#to_fs
.