= private = protected
at(path, options = {})
Construct an installer object for the gem file located at path
# File lib/rubygems/installer.rb, line 101 def self.at path, options = {} security_policy = options[:security_policy] package = Gem::Package.new path, security_policy new package, options end