Method not available on this version
This method is only available on newer versions.
The first available version (v2_6_3) is shown here.
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