# File lib/bundler.rb, line 76
    def configure
      @configured ||= begin
        configure_gem_home_and_path
        true
      end
    end