pub fn ruby_script<T>(name: T)where
T: IntoRString,
Available on crate features
embed
and old-api
only.Expand description
Sets the current script name.
ยงPanics
Panics if called from a non-Ruby thread. See Ruby::script
for the
non-panicking version.