Open
Description
I'd like to be able to use Ruby as an embedded language, but I don't understand what all of the exports do. I'm assuming that init
starts the interpreter, and eval-string-protect
runs arbitrary code. I'd also like to be able to invoke an an arbitrary function from a library. Are there any examples or documentation on the exports?