Method: NoMethodError#args
- Defined in:
- error.c
#args ⇒ Object
Return the arguments passed in as the third parameter to the constructor.
2763 2764 2765 2766 2767 |
# File 'error.c', line 2763 static VALUE nometh_err_args(VALUE self) { return rb_attr_get(self, id_args); } |