Methods
N
Attributes
[R] path
Class Public methods
new(message, path = nil)
# File lib/rubygems/package.rb, line 56
def initialize message, path = nil
  @path = path

  message << " in #{path}" if path

  super message
end