Skip to content

Commit e127289

Browse files
authored
[Bug #20279] [DOC] Update for BasicObject
The current implementation raises on the call to super
1 parent 12be40a commit e127289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

object.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4096,7 +4096,7 @@ rb_f_loop_size(VALUE self, VALUE args, VALUE eobj)
40964096
* end
40974097
*
40984098
* def respond_to_missing?(name, include_private = false)
4099-
* DELEGATE.include?(name) or super
4099+
* DELEGATE.include?(name)
41004100
* end
41014101
* end
41024102
*

0 commit comments

Comments
 (0)