= private = protected
name()
Return the name associated with this NameError exception.
static VALUE name_err_name(VALUE self) { return rb_attr_get(self, id_name); }