Skip to content
  • nagachika's avatar
    410216c9
    merge revision(s) d8a13e50: [Backport #17780] · 410216c9
    nagachika authored
    	[Bug #17780] Fix Method#super_method for module alias
    
    	Method#super_method crashes for aliased module methods because they are
    	not defined on a class. This bug was introduced in
    	c60aaed1 as part of bug #17130.
    	---
    	 proc.c                   |  2 +-
    	 test/ruby/test_method.rb | 13 +++++++++++++
    	 2 files changed, 14 insertions(+), 1 deletion(-)
    410216c9
    merge revision(s) d8a13e50: [Backport #17780]
    nagachika authored
    	[Bug #17780] Fix Method#super_method for module alias
    
    	Method#super_method crashes for aliased module methods because they are
    	not defined on a class. This bug was introduced in
    	c60aaed1 as part of bug #17130.
    	---
    	 proc.c                   |  2 +-
    	 test/ruby/test_method.rb | 13 +++++++++++++
    	 2 files changed, 14 insertions(+), 1 deletion(-)
Loading