Function artichoke::interpreter [−][src]
pub fn interpreter() -> Result<Artichoke, Error>
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.