Shopify / measured

Encapsulate measurements and their units in Ruby and Ruby on Rails.
MIT License
337 stars 28 forks source link

Guard against nil in Unit#conversion_amount #106

Closed kmcphillips closed 6 years ago

kmcphillips commented 6 years ago

Problem

In cases of the base unit the conversion_amount can validly be nil.

Solution

Just pass through the nil, and test to prevent regressions.