[Bug #20279] [DOC] Update for BasicObject
The current implementation raises on the call to super
This commit is contained in:
parent
12be40ae6b
commit
e127289632
2
object.c
2
object.c
@ -4096,7 +4096,7 @@ rb_f_loop_size(VALUE self, VALUE args, VALUE eobj)
|
|||||||
* end
|
* end
|
||||||
*
|
*
|
||||||
* def respond_to_missing?(name, include_private = false)
|
* def respond_to_missing?(name, include_private = false)
|
||||||
* DELEGATE.include?(name) or super
|
* DELEGATE.include?(name)
|
||||||
* end
|
* end
|
||||||
* end
|
* end
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user