| Package | Description |
|---|---|
| org.jruby |
| Modifier and Type | Method and Description |
|---|---|
void |
Ruby.pushExitFunction(Ruby.ExitFunction func)
Add an exit function to be run on runtime exit.
|
void |
Ruby.pushPostExitFunction(Ruby.ExitFunction postExit)
Add a post-termination exit function that should be run to shut down JRuby internal services.
|
Copyright © 2001-2022 JRuby. All Rights Reserved.