You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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, andeval-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?The text was updated successfully, but these errors were encountered: