Function artichoke::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.