copy_to(path)
Copies this package to path (if possible)
# File lib/rubygems/package.rb, line 176 def copy_to(path) FileUtils.cp @gem.path, path unless File.exist? path end