[DOC] RDoc now accepts other than magic numbers at rb_attr
This commit is contained in:
parent
bf4684d999
commit
ccfbcc7302
2
error.c
2
error.c
@ -2990,7 +2990,7 @@ Init_Exception(void)
|
|||||||
|
|
||||||
rb_eLoadError = rb_define_class("LoadError", rb_eScriptError);
|
rb_eLoadError = rb_define_class("LoadError", rb_eScriptError);
|
||||||
/* the path failed to load */
|
/* the path failed to load */
|
||||||
rb_attr(rb_eLoadError, rb_intern_const("path"), 1, 0, Qfalse);
|
rb_attr(rb_eLoadError, rb_intern_const("path"), TRUE, FALSE, FALSE);
|
||||||
|
|
||||||
rb_eNotImpError = rb_define_class("NotImplementedError", rb_eScriptError);
|
rb_eNotImpError = rb_define_class("NotImplementedError", rb_eScriptError);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user