Function magnus::class::name_error_mesg

source ·
pub fn name_error_mesg() -> RClass
Expand description

Return Ruby’s NameError::message class.

§Panics

Panics if called from a non-Ruby thread. See Ruby::class_name_error_mesg for the non-panicking version.