From: "nobu (Nobuyoshi Nakada)" Date: 2013-03-03T17:38:52+09:00 Subject: [ruby-core:53116] [ruby-trunk - Bug #8008] super's implicit args behavior with keyword args Issue #8008 has been updated by nobu (Nobuyoshi Nakada). Category set to core Assignee set to nobu (Nobuyoshi Nakada) Target version set to current: 2.1.0 Definitely a bug. ---------------------------------------- Bug #8008: super's implicit args behavior with keyword args https://bugs.ruby-lang.org/issues/8008#change-37273 Author: nov (nov matake) Status: Open Priority: Normal Assignee: nobu (Nobuyoshi Nakada) Category: core Target version: current: 2.1.0 ruby -v: 2.0.0-p0 I thought this sample says "Year!" 3 times, but actually, keyword args are't passed to super. https://gist.github.com/nov/5075185 Is this intended behavior? If so, please ignore this issue. -- http://bugs.ruby-lang.org/