Method: NameError::message._load

Defined in:
error.c

._load(str) ⇒ Object

:nodoc:



2726
2727
2728
2729
2730
# File 'error.c', line 2726

static VALUE
name_err_mesg_load(VALUE klass, VALUE str)
{
    return str;
}