SystemExit
Raised to indicate that a system exit should occur with the specified #exit_code
# File rubygems/exceptions.rb, line 102 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.0
Ruby-doc.org is a service of James Britt and Neurogami, an application development company in Scottsdale, AZ.
Generated with Ruby-doc Rdoc Generator 0.26.0.