From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS4713 221.184.0.0/13 X-Spam-Status: No, score=-3.4 required=3.0 tests=AWL,BAYES_00, DKIM_ADSP_CUSTOM_MED,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.1 Received: from neon.ruby-lang.org (neon.ruby-lang.org [221.186.184.75]) by dcvr.yhbt.net (Postfix) with ESMTP id 923C21F453 for ; Mon, 5 Nov 2018 15:44:07 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 40375121037; Tue, 6 Nov 2018 00:44:04 +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 51D2A121024 for ; Tue, 6 Nov 2018 00:44:01 +0900 (JST) Received: by filter0080p3mdw1.sendgrid.net with SMTP id filter0080p3mdw1-21700-5BE0653D-13 2018-11-05 15:43:57.301305302 +0000 UTC m=+408554.321313554 Received: from herokuapp.com (ec2-54-144-42-226.compute-1.amazonaws.com [54.144.42.226]) by ismtpd0005p1iad1.sendgrid.net (SG) with ESMTP id IXr1VkrLTc66_yV1WWSS2A Mon, 05 Nov 2018 15:43:57.300 +0000 (UTC) Date: Mon, 05 Nov 2018 15:43:57 +0000 (UTC) From: shevegen@gmail.com To: ruby-core@ruby-lang.org Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 65096 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 11689 X-Redmine-Issue-Author: yui-knk X-Redmine-Sender: shevegen 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/Ymy4QrNMhiuLXJG8OTL2vJD1yS4in0MROMlgk6mCMpxgcKONVdMk0mguuV6r5s yV4zort1+dT+9Mz4fum+OEH3tkWsFqFhxq8W0WiMJPU3aXS28WAMhbE5a+JRnNh//lu2ZvK5qg/8II aiSropYGwDfvp5+w1xABQOKy/ClxJf7L87MOCNJVF6DyBVzRwZh4GlPfkw== X-ML-Name: ruby-core X-Mail-Count: 89711 Subject: [ruby-core:89711] [Ruby trunk Feature#11689] Add methods allow us to get visibility from Method and UnboundMethod object. 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 #11689 has been updated by shevegen (Robert A. Heiler). (I think it may be easier to file a separate issue for the predicate methods, such as Method#public?, Method#protected? or Method#private?). Kaneko Yuichiro added the issue to the next upcoming developer meeting. Let's see to the upcoming discussion of matz and the core developers and matz. ---------------------------------------- Feature #11689: Add methods allow us to get visibility from Method and UnboundMethod object. https://bugs.ruby-lang.org/issues/11689#change-74755 * Author: yui-knk (Kaneko Yuichiro) * Status: Open * Priority: Normal * Assignee: * Target version: ---------------------------------------- Add `Method#visibility` and `UnboundMethod#visibility` for getting visibility from Method and UnboundMethod object. In GitHub https://github.com/ruby/ruby/pull/1098. ---Files-------------------------------- 0001-Add-Method-visibility-and-UnboundMethod-visibility.patch (3.11 KB) -- https://bugs.ruby-lang.org/