method

built_gem_path

built_gem_path()
protected

No documentation available.

# File lib/bundler/gem_helper.rb, line 106
    def built_gem_path
      Dir[File.join(base, "#{name}-*.gem")].sort_by {|f| File.mtime(f) }.last
    end