module Bundler

def configure

def configure
  @configured ||= begin
    configure_gem_home_and_path
    true
  end
end