This is a null install as a locked
specification is considered installed. options are ignored.
# File lib/rubygems/resolver/lock_specification.rb, line 30
def install options = {}
destination = options[:install_dir] || Gem.dir
if File.exist? File.join(destination, 'specifications', spec.spec_name) then
yield nil
return
end
super
end