Class: NameError::message

Inherits:
Data show all
Defined in:
error.c

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.!Object

:nodoc:



707
708
709
# File 'error.c', line 707

static VALUE
name_err_mesg_new(obj, mesg, recv, method)
VALUE obj, mesg, recv, method;

._loadObject

:nodoc:



767
768
769
# File 'error.c', line 767

static VALUE
name_err_mesg_load(klass, str)
VALUE klass, str;

Instance Method Details

#_dumpObject

:nodoc:



720
721
722
# File 'error.c', line 720

static VALUE
name_err_mesg_to_str(obj)
VALUE obj;

#to_strObject

:nodoc:



720
721
722
# File 'error.c', line 720

static VALUE
name_err_mesg_to_str(obj)
VALUE obj;