Skip to content

Instantly share code, notes, and snippets.

@cheald
Created January 21, 2015 19:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cheald/9fd7b16078e8926b9272 to your computer and use it in GitHub Desktop.
Save cheald/9fd7b16078e8926b9272 to your computer and use it in GitHub Desktop.
require 'bundler/setup'
require 'jbundler/classpath_file'
module JBundler
class ClasspathFile
def require_classpath
load_classpath
JBUNDLER_CLASSPATH.each do |c|
require c unless c.match(/joda-time/)
end
end
end
end
Bundler.require
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment