Uses of Class
org.jruby.RubySystemExit
Packages that use RubySystemExit
-
Uses of RubySystemExit in org.jruby
Methods in org.jruby that return RubySystemExitModifier and TypeMethodDescriptionstatic RubySystemExitRubySystemExit.newInstance(Ruby runtime, int status, String message) Deprecated.static RubySystemExitRubySystemExit.newInstance(ThreadContext context, int status, String message) -
Uses of RubySystemExit in org.jruby.exceptions
Constructors in org.jruby.exceptions with parameters of type RubySystemExit