Closed bfoz closed 9 years ago
Using include is causing all Rationals to be monkey-patched, instead of only the instances with units. Fixing this in a backwards-compatible way is breaking my brain. It may be time to bite the bullet and require Ruby 2.0.
Switched to using prepend
Use prepend for mixins instead of include, but it only works in Ruby 2.0.