method
gem_from_path
ruby latest stable - Class:
Bundler::RubygemsIntegration
gem_from_path(path, policy = nil)public
No documentation available.
# File lib/bundler/rubygems_integration.rb, line 299
def gem_from_path(path, policy = nil)
require "rubygems/format"
Gem::Format.from_file_by_path(path, policy)
end