Skip to content

Instantly share code, notes, and snippets.

@rickhull
Created May 9, 2013 19:31
Show Gist options
  • Save rickhull/5549932 to your computer and use it in GitHub Desktop.
Save rickhull/5549932 to your computer and use it in GitHub Desktop.
project/
bin/
do_foo.rb -- require 'foo'
lib/
foo.rb -- require 'bar'
bar.rb -- require 'baz/quux'
baz/
quux.rb
How do I bootstrap $LOAD_PATH? inside bin/do_foo.rb and lib/foo.rb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment