From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: poffice@blade.nagaokaut.ac.jp Delivered-To: poffice@blade.nagaokaut.ac.jp Received: from kankan.nagaokaut.ac.jp (kankan.nagaokaut.ac.jp [133.44.2.24]) by blade.nagaokaut.ac.jp (Postfix) with ESMTP id ED74519C0161 for ; Sun, 15 Nov 2015 13:23:29 +0900 (JST) Received: from voscc.nagaokaut.ac.jp (voscc.nagaokaut.ac.jp [133.44.1.100]) by kankan.nagaokaut.ac.jp (Postfix) with ESMTP id A3B26B5D921 for ; Sun, 15 Nov 2015 13:53:42 +0900 (JST) Received: from neon.ruby-lang.org (neon.ruby-lang.org [221.186.184.75]) by voscc.nagaokaut.ac.jp (Postfix) with ESMTP id 0B6E718CC7B1 for ; Sun, 15 Nov 2015 13:53:42 +0900 (JST) Received: from [221.186.184.76] (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id CC4C41204F2; Sun, 15 Nov 2015 13:53:40 +0900 (JST) X-Original-To: ruby-core@ruby-lang.org Delivered-To: ruby-core@ruby-lang.org Received: from o2.heroku.sendgrid.net (o2.heroku.sendgrid.net [67.228.50.55]) by neon.ruby-lang.org (Postfix) with ESMTPS id 52F631204EB for ; Sun, 15 Nov 2015 13:53:37 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sendgrid.me; h=from:to:references:subject:mime-version:content-type:content-transfer-encoding:list-id; s=smtpapi; bh=PVzasn9A1B6IJ6WPau5OUZ/K6ho=; b=kI7v8lJip1lmUGfhDV EqFcDk1hGT9aOjgPaNilzMG7EJ5kDb60X8mi7Kwyss9gCHLooScFqSFb1MWmX16U dRfY15Qu7YKKGymcQWiLZBjCB1rb+2ZskzDEGT+qoWidlS+o2trSuz37hSCA2n1B 5keNn1pzmxkOgdY26RMfCxobs= Received: by filter0420p1mdw1.sendgrid.net with SMTP id filter0420p1mdw1.24320.56480FCC4B 2015-11-15 04:53:32.869813962 +0000 UTC Received: from herokuapp.com (ec2-54-205-163-168.compute-1.amazonaws.com [54.205.163.168]) by ismtpd0005p1iad1.sendgrid.net (SG) with ESMTP id KC6c6zrRR16j-EJJg-F86g for ; Sun, 15 Nov 2015 04:53:32.854 +0000 (UTC) Date: Sun, 15 Nov 2015 04:53:32 +0000 From: spiketeika@gmail.com To: ruby-core@ruby-lang.org Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Redmine-MailingListIntegration-Message-Ids: 46130 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 11689 X-Redmine-Issue-Author: yui-knk X-Redmine-Sender: yui-knk 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/Ymy4QrNMhiuLXJG8OTL2vJD1yS6mnGbOBJ/gWCrd3znVsj8qffL77EfwgrSMMc h6muNJC/rH3pHhB/t3267F8g7xDIftFin2A6qWMTi4Y+tFSw1AiGMqu5qitv7wHtG8D70VjJ1RIZxI tPCgiyL1FistmiZe0s2jJ94NBCFUhWKYsvAj X-ML-Name: ruby-core X-Mail-Count: 71490 Subject: [ruby-core:71490] [Ruby trunk - Feature #11689] [Open] 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: , Errors-To: ruby-core-bounces@ruby-lang.org Sender: "ruby-core" Issue #11689 has been reported by Kaneko Yuichiro. ---------------------------------------- Feature #11689: Add methods allow us to get visibility from Method and UnboundMethod object. https://bugs.ruby-lang.org/issues/11689 * Author: Kaneko Yuichiro * Status: Open * Priority: Normal * Assignee: ---------------------------------------- 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/