pub unsafe fn eval_unprotected(
    ruby_code: &str,
    binding: Binding,
    filename_for_debugging: Option<&str>
) -> Value
Expand description

Evaluates Ruby code in the given binding whilst allowing Ruby unwinding to unsafely propagate to Rust (causes segfaults when it hits Rust layer).