mirror of
https://github.com/ruby/ruby.git
synced 2025-09-24 04:54:01 +02:00
* vm.c (vm_define_method): defined method is run with the default
public visibility regardless the visibility context of definition. [ruby-core:30638] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29578 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
8a40d614a3
commit
98ac9b8667
3 changed files with 7 additions and 1 deletions
|
@ -929,7 +929,6 @@ class TestModule < Test::Unit::TestCase
|
|||
|
||||
def test_attr_inherited_visibility
|
||||
bug3406 = '[ruby-core:30638]'
|
||||
skip(bug3406)
|
||||
c = Class.new do
|
||||
class << self
|
||||
private
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue