[][src]Function rosy::vm::set_safe_level

pub unsafe fn set_safe_level(level: c_int)

Sets Ruby's level of paranoia. The default value is 0.

Safety

An exception will be raised if level is either negative or not supported.