Shopify / measured

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

Drop name_eql? and names_include? from Unit #33

Closed thegedge closed 7 years ago

thegedge commented 7 years ago

After https://github.com/Shopify/measured/issues/32 is completed, we should be able to drop these two to simplify the interface of Unit. If client really needs to check these, we can use the attr_reader functions.