From: sephvelut@... Date: 2015-12-23T19:34:03+00:00 Subject: [ruby-core:72455] [Ruby trunk - Bug #11867] [Open] overriden constant instance variable mismatch Issue #11867 has been reported by dingo egret. ---------------------------------------- Bug #11867: overriden constant instance variable mismatch https://bugs.ruby-lang.org/issues/11867 * Author: dingo egret * Status: Open * Priority: Normal * Assignee: * ruby -v: ruby 2.2.0p0 (2014-12-25 revision 49005) [x86_64-darwin14] * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN ---------------------------------------- A = Struct.new(:a) A.new(1) # class A def initialize(b) @b = b end end A.new(1) # Is this expected? -- https://bugs.ruby-lang.org/ Unsubscribe: