Class: NameError::message

Inherits:
Data show all
Defined in:
error.c

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.!Object

:nodoc:



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

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

._loadObject

:nodoc:



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

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

Instance Method Details

#_dumpObject

:nodoc:



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

static VALUE
name_err_mesg_to_str(obj)
VALUE obj;

#to_strObject

:nodoc:



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

static VALUE
name_err_mesg_to_str(obj)
VALUE obj;