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