1 2 3 4 5
fn main() -> Result<(), Box<dyn std::error::Error>> { let _ = rb_sys_env::activate()?; Ok(()) }