Include not finding module RubyMotion

爱⌒轻易说出口 提交于 2019-12-05 16:39:09

I'm using Bundler, so I ended up putting something like this in the Motion::Project::App.setup do |app| block:

app_files = app.files.reverse.pop
app.files << Dir.glob(File.join(app.project_dir, 'lib/**/*.rb')) << app_files

There is definitely a better way to do this.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!