Source: show | on GitHub
# File ruby/lib/rubygems/package.rb, line 59 def initialize(message, source = nil) if source @path = source.is_a?(String) ? source : source.path message += " in #{path}" if path end super message end