Skip to content

Instantly share code, notes, and snippets.

@kosugi
Created July 21, 2014 10:39
Show Gist options
  • Select an option

  • Save kosugi/c9adce97e44da3d7ee9a to your computer and use it in GitHub Desktop.

Select an option

Save kosugi/c9adce97e44da3d7ee9a to your computer and use it in GitHub Desktop.
add include path
# -*- 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