summaryrefslogtreecommitdiff
path: root/tool/vcs.rb
diff options
context:
space:
mode:
authorJeremy Evans <code@jeremyevans.net>2019-05-23 21:10:40 -0700
committerJeremy Evans <code@jeremyevans.net>2019-05-30 18:34:45 -0700
commite8c710b11a02c6ab82b358fc671a14f378cb1974 (patch)
tree591a8d416acc81ec2306064fdebbd001b45806ed /tool/vcs.rb
parent1cd93f1cdfbe6f7e71b05b3f8e707f21d70e94ba (diff)
Fix visibility of some methods when using DelegateClass
Public instance methods added to a delegated class after the creation of the delegate class were not returned by the public_instance_methods class method of the delegate class. Protected instance methods in the delegated class when the delegate class is created were returned by the public_methods instance method of the delegate class. Patch mostly from Kenichi Kamiya <kachick1@gmail.com> in GitHub pull request 926. Minor changes to get it to apply, and to fix tests after applying by me. Fixes [Bug #11512]
Diffstat (limited to 'tool/vcs.rb')
0 files changed, 0 insertions, 0 deletions