olbrich / ruby-units

A unit handling library for ruby
MIT License
527 stars 109 forks source link

Inheritance (sub class from Unit) no longer works #340

Closed olbrich closed 9 months ago

olbrich commented 9 months ago

Fixes #339

Addresses initialization and set up that is needed by subclasses of RubyUnits::Unit.

kreintjes commented 9 months ago

Works great, thanks!