artichoke

Function interpreter

source
pub fn interpreter() -> Result<Artichoke, Error>
Expand description

Create a new Artichoke Ruby interpreter.

ยงErrors

If the underlying Artichoke VM backend cannot be initialized, an error is returned.

If Artichoke Ruby Core or Standard Library cannot be initialized, an error is returned.