rubymotion-community / motion-support

Commonly useful extensions to the standard library for RubyMotion
MIT License
132 stars 28 forks source link

Fixed loading just motion-support/numeric #37

Closed bbugh closed 7 years ago

bbugh commented 7 years ago

Currently if you require just motion-support/numeric it dies because duration is not part of the load tree.

This adds duration to the load so that Numeric extensions work on their own.

colinta commented 7 years ago

Thanks!