Methods

Class/Module Index [+]

Quicksearch

Gem::Package::FormatError

Attributes

path[R]

Public Class Methods

new(message, path = nil) click to toggle source
# File lib/rubygems/package.rb, line 18
def initialize message, path = nil
  @path = path

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

  super message
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.