From f98e6b91dec68ddd010ccb3bad651a18e7dca338 Mon Sep 17 00:00:00 2001 From: ko1 Date: Tue, 17 Jun 2008 19:29:38 +0000 Subject: * KNOWNBUGS.rb, bootstraptest/pending.rb: move pending bug. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17391 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bootstraptest/pending.rb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'bootstraptest/pending.rb') diff --git a/bootstraptest/pending.rb b/bootstraptest/pending.rb index e69de29bb2..30c241619f 100644 --- a/bootstraptest/pending.rb +++ b/bootstraptest/pending.rb @@ -0,0 +1,15 @@ +assert_equal 'A', %q{ + class A + @@a = 'A' + def a=(x) + @@a = x + end + def a + @@a + end + end + + B = A.dup + B.new.a = 'B' + A.new.a +}, '[ruby-core:17019]' -- cgit v1.2.3