Method: NameError::message#_dump
- Defined in:
- error.c
#_dump(limit) ⇒ Object
:nodoc:
2719 2720 2721 2722 2723 |
# File 'error.c', line 2719
static VALUE
name_err_mesg_dump(VALUE obj, VALUE limit)
{
return name_err_mesg_to_str(obj);
}
|