Shopify / measured

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

Handle exceptions for nil and blank more cleanly #15

Closed kmcphillips closed 9 years ago

kmcphillips commented 9 years ago

@garethson @cyprusad

Problem

We don't cleanly handle initializations with nil and "".

Solution

Handle them explicitly with the same exceptions and clean names.

Bumps to 0.0.9.

cyprusad commented 9 years ago

nice :+1:

garethson commented 9 years ago

:ship: