method
new
v1_9_3_392 -
Show latest stable
- Class:
Gem::SystemExitException
new(exit_code)public
No documentation available.
# File lib/rubygems/exceptions.rb, line 85
def initialize(exit_code)
@exit_code = exit_code
super "Exiting RubyGems with exit_code #{exit_code}"
end