Open sshaw opened 9 years ago
Feature or bug?
irb [2.1.3] (ruby-units)$ Unit("1lbs ,,,,,,, 5oz") => 21/16 lbs irb [2.1.3] (ruby-units)$ Unit("1 lbslbs 5 oz") => 21/16 lbs
Since the library isn't designed to parse arbitrary strings looking for units, this isn't a bug. Whether it's a feature though :)
Actually, I consider that to be a bug
Feature or bug?