summaryrefslogtreecommitdiff
path: root/include/ruby/impl
diff options
context:
space:
mode:
authorJeremy Evans <code@jeremyevans.net>2026-05-15 12:01:42 -0700
committerJeremy Evans <code@jeremyevans.net>2026-05-16 10:38:53 -0700
commit9736b7ab56c87b589b8c8a638a019b6bbb19b127 (patch)
tree17d0e3d83e807d97041b6c0ba843c7e287ba455c /include/ruby/impl
parentad1415546716a13d00fc7f0435a86b018a1a6731 (diff)
Prohibit super in refined module methodHEADmaster
Before, this super could result in a call to a method in BasicObject (or a module included in or prepended to BasicObject), or a call to method_missing for the receiver's class. This explicitly disallows the use of super in such a case, with a specific error message. Fixes [Bug #22071]
Diffstat (limited to 'include/ruby/impl')
0 files changed, 0 insertions, 0 deletions