From: nobu@... Date: 2015-12-24T00:32:42+00:00 Subject: [ruby-core:72460] [Ruby trunk - Bug #11867] [Feedback] overriden constant instance variable mismatch Issue #11867 has been updated by Nobuyoshi Nakada. Description updated Status changed from Open to Feedback Exactly. What do you expect instead? ---------------------------------------- Bug #11867: overriden constant instance variable mismatch https://bugs.ruby-lang.org/issues/11867#change-55751 * Author: dingo egret * Status: Feedback * 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 ---------------------------------------- ~~~ruby 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: