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

symlink doesn't work with require path, use pathname to fix #7

Open
mxmilkiib opened this issue Jan 20, 2016 · 0 comments
Open

symlink doesn't work with require path, use pathname to fix #7

mxmilkiib opened this issue Jan 20, 2016 · 0 comments

Comments

@mxmilkiib
Copy link

I use symlinks to add executables in git directories to my ~/bin. Unfortunately this breaks roflblat, but I fixed it by swapping out the existing require with;

require "pathname"
require File.join(File.dirname(Pathname.new(__FILE__).realpath), "../lib/roflbalt.rb")

Thanks for the game btw!

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