Parent

Methods

Class Index [+]

Quicksearch

Gem::SystemExitException

Raised to indicate that a system exit should occur with the specified exit_code

Attributes

exit_code[RW]

Public Class Methods

new(exit_code) click to toggle source
    # File lib/rubygems/exceptions.rb, line 85
85:   def initialize(exit_code)
86:     @exit_code = exit_code
87: 
88:     super "Exiting RubyGems with exit_code #{exit_code}"
89:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.