Shopify / measured

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

Coerce zero #141

Closed jmortlock closed 2 years ago

jmortlock commented 2 years ago

WHY

Ruby and Rails/ActiveSupports sum method by default will seed the initial value with 0, this means we cannot conveniently sum measured enumerable values

jmortlock commented 2 years ago

Hi @kmcphillips Any feedback on this PR?

kmcphillips commented 2 years ago

Hi! Sorry for the slow response. You have my full attention now.

This is great and super logical. Thanks for your first contribution!!