From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS4713 221.184.0.0/13 X-Spam-Status: No, score=-3.0 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,RP_MATCHES_RCVD,SPF_PASS,T_DKIM_INVALID shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from neon.ruby-lang.org (neon.ruby-lang.org [221.186.184.75]) by dcvr.yhbt.net (Postfix) with ESMTP id 4574520281 for ; Mon, 25 Sep 2017 08:13:29 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id D87601209BF; Mon, 25 Sep 2017 17:13:27 +0900 (JST) Received: from o1678948x4.outbound-mail.sendgrid.net (o1678948x4.outbound-mail.sendgrid.net [167.89.48.4]) by neon.ruby-lang.org (Postfix) with ESMTPS id 953F31209BE for ; Mon, 25 Sep 2017 17:13:25 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=sendgrid.me; h=from:to:references:subject:mime-version:content-type:content-transfer-encoding:list-id; s=smtpapi; bh=1EUzPviWfU/rBUZe7f5tKWgtURo=; b=rTnzXPWwc0jyXdjDOl F2V/LXUVPQLWn21MWjUUNRoNaWT8Ifzo48CFX65aTHdpSOw3J9kKS/mYobGNzyNW 7wuqEdg/3gQ3EbwNt5boMeL+fqrO2PDPIac7T6O0VEVhTqaHJ6zU8861VZWUlVrJ bSv1oVm5FUN0F9OvSNav65hog= Received: by filter0006p3mdw1.sendgrid.net with SMTP id filter0006p3mdw1-20534-59C8BAA3-16 2017-09-25 08:13:23.281212488 +0000 UTC Received: from herokuapp.com (ec2-54-160-132-132.compute-1.amazonaws.com [54.160.132.132]) by ismtpd0007p1iad1.sendgrid.net (SG) with ESMTP id -X7mrw6nSGuGgYP19wHGog Mon, 25 Sep 2017 08:13:23.227 +0000 (UTC) Date: Mon, 25 Sep 2017 08:13:24 +0000 (UTC) From: matz@ruby-lang.org To: ruby-core@ruby-lang.org Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 58074 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 13551 X-Redmine-Issue-Author: JustJosh X-Redmine-Sender: matz 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: ync6xU2WACa70kv/Ymy4QrNMhiuLXJG8OTL2vJD1yS7yPwPWdiQHFBcAg+K70NuuxEVq4617nLugUp 83fpHUYbFi7q4WsBp63LExdeIvEF59IrRzvw5xA9yRzD3fpkLa7GCR0Hrg5ytV5Mmkio94C0GJIm+g j5Al5ka0WarP34jwtvUN2ebC/kUe7G1w5rcqGBVf3fag9TRzQLKrD1Z89Q== X-ML-Name: ruby-core X-Mail-Count: 82973 Subject: [ruby-core:82973] [Ruby trunk Feature#13551][Rejected] Add a method to alias class methods 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 #13551 has been updated by matz (Yukihiro Matsumoto). Status changed from Feedback to Rejected As Martin-sensei pointed out, use singleton class notation. class Foo class <