archan937 / lock-o-motion

Require and mock Ruby gems (including their dependencies) within RubyMotion applications
https://rubygems.org/gems/lock-o-motion
MIT License
23 stars 2 forks source link

Handle autoload #2

Open DougPuchalski opened 11 years ago

DougPuchalski commented 11 years ago

Parslet uses autoload in a couple of places. I think that for RubyMotion these should be silently changed to behave like require at compile-time, perhaps with a warning.