Methods

Class Index [+]

Quicksearch

Gem::GemNotFoundException

Attributes

name[R]
version[R]
errors[R]

Public Class Methods

new(msg, name=nil, version=nil, errors=nil) click to toggle source
    # File lib/rubygems/exceptions.rb, line 41
41:   def initialize(msg, name=nil, version=nil, errors=nil)
42:     super msg
43:     @name = name
44:     @version = version
45:     @errors = errors
46:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.