Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

require_relative does not work in IRB #3163

Closed
djkotowski opened this issue Oct 17, 2014 · 0 comments
Closed

require_relative does not work in IRB #3163

djkotowski opened this issue Oct 17, 2014 · 0 comments

Comments

@djkotowski
Copy link

Using MRI, running irb -I will use the path specified (or current directory if no path specified) as the base path for require_relative. Using Rubinius, even when the -I flag is included, an error is raised: LoadError: cannot infer basepath from (irb)

@brixen brixen closed this as completed in 6dfb925 Dec 3, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant