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