SystemExit
Raised to indicate that a system exit should occur with the specified #exit_code
# File rubygems/exceptions.rb, line 166 def initialize(exit_code) @exit_code = exit_code super "Exiting RubyGems with exit_code #{exit_code}" end
This page was generated for Ruby 2.0
Ruby-doc.org is provided by James Britt and Neurogami. Maximum R+D.
Generated with Ruby-doc Rdoc Generator 0.24.6.