# File lib/rubygems/package.rb, line 389 def full_name if @prefix != "" File.join(@prefix, @name) else @name end end