Created
July 21, 2014 10:39
-
-
Save kosugi/c9adce97e44da3d7ee9a to your computer and use it in GitHub Desktop.
add include path
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # -*- coding: utf-8 -*- | |
| path = File.expand_path File.join File.dirname(__FILE__), '..', 'lib' | |
| $LOAD_PATH.unshift path unless $LOAD_PATH.include? path |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment