Source: show | on GitHub
# File lib/rubygems/package.rb, line 56 def initialize message, path = nil @path = path message << " in #{path}" if path super message end