rubymotion-community / motion-support

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

Fixes issues with partial loading with require_relative #42

Closed wndxlori closed 5 years ago

wndxlori commented 5 years ago

@andrewhavens ran into an issue with motion-rest, which was using a partial load (motion-support/inflectors) and failing. I believe this PR fixes that issue, but Andrew should comment here to confirm before this gets merged.

andrewhavens commented 5 years ago

Yeah, this PR fixes that issue for me.