From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS4713 221.184.0.0/13 X-Spam-Status: No, score=-2.6 required=3.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, FORGED_GMAIL_RCVD,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=no autolearn_force=no version=3.4.2 Received: from neon.ruby-lang.org (neon.ruby-lang.org [221.186.184.75]) by dcvr.yhbt.net (Postfix) with ESMTP id 4525C1F45A for ; Sat, 17 Aug 2019 14:19:52 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 963841209A0; Sat, 17 Aug 2019 23:19:38 +0900 (JST) Received: from o1678916x28.outbound-mail.sendgrid.net (o1678916x28.outbound-mail.sendgrid.net [167.89.16.28]) by neon.ruby-lang.org (Postfix) with ESMTPS id 184E3120959 for ; Sat, 17 Aug 2019 23:19:35 +0900 (JST) Received: by filter0114p3las1.sendgrid.net with SMTP id filter0114p3las1-25361-5D580CFA-C 2019-08-17 14:19:38.232990353 +0000 UTC m=+251385.987452867 Received: from herokuapp.com (unknown [52.91.241.246]) by ismtpd0012p1iad1.sendgrid.net (SG) with ESMTP id j46CBEaBTd-62RKuJzVPgw for ; Sat, 17 Aug 2019 14:19:38.060 +0000 (UTC) Date: Sat, 17 Aug 2019 14:19:38 +0000 (UTC) From: kachick1@gmail.com Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 69948 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 11554 X-Redmine-Issue-Author: kachick X-Redmine-Issue-Assignee: keiju X-Redmine-Sender: kachick X-Mailer: Redmine X-Redmine-Host: bugs.ruby-lang.org X-Redmine-Site: Ruby Issue Tracking System X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-SG-EID: =?us-ascii?Q?G2yWLd+gi9jc4PPtpoK6mpikIYt4j5zNU+48fSFxu88DpZmAqsp2bfUG+zHs64?= =?us-ascii?Q?N7e2kRa3y8UxMA2BXo+E0ZuIALiYD9sXYalIT9N?= =?us-ascii?Q?Dt9teBKM6K6BLjhJpDqWonM7vwM2pXCQUIgZDsE?= =?us-ascii?Q?l=2FHOXUqW=2FDnzyAts5S44q1UewrIwv4ZCbnL1PUS?= =?us-ascii?Q?sF1th+pXds5noVEZGd44XqxSSnCbOzQFHvg=3D=3D?= To: ruby-core@ruby-lang.org X-ML-Name: ruby-core X-Mail-Count: 94400 Subject: [ruby-core:94400] [Ruby master Feature#11554] Privatize {Single}Forwardable API X-BeenThere: ruby-core@ruby-lang.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Ruby developers List-Id: Ruby developers List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ruby-core-bounces@ruby-lang.org Sender: "ruby-core" Issue #11554 has been updated by kachick (Kenichi Kamiya). Thanks to check this issue, so I think we don't need this change now. Please close this thicket. ---------------------------------------- Feature #11554: Privatize {Single}Forwardable API https://bugs.ruby-lang.org/issues/11554#change-80820 * Author: kachick (Kenichi Kamiya) * Status: Assigned * Priority: Normal * Assignee: keiju (Keiju Ishitsuka) * Target version: ---------------------------------------- For improve consistency with Module#define_method and Module#alias_method. patch: https://github.com/ruby/ruby/pull/1036 -- https://bugs.ruby-lang.org/