You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Rubycom's Sources module only finds source files for sub-modules when those files were loaded with a call to 'require'.
Sources should also be able to locate the files when loaded by a call to 'load'.
This is probably just a matter of making Sources.module_source search the $LOAD_PATH in addition to $LOADED_FEATURES.
The text was updated successfully, but these errors were encountered:
Currently Rubycom's Sources module only finds source files for sub-modules when those files were loaded with a call to 'require'.
Sources should also be able to locate the files when loaded by a call to 'load'.
This is probably just a matter of making Sources.module_source search the $LOAD_PATH in addition to $LOADED_FEATURES.
The text was updated successfully, but these errors were encountered: