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 (smtp.nagaokaut.ac.jp [133.44.2.24]) by blade.nagaokaut.ac.jp (Postfix) with ESMTP id 72A641A008B4 for ; Thu, 24 Mar 2016 15:45:50 +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 6135BB5D819 for ; Thu, 24 Mar 2016 16:22:24 +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 D1C9618CC7B2 for ; Thu, 24 Mar 2016 16:22:24 +0900 (JST) Received: from [221.186.184.76] (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 0455112045F; Thu, 24 Mar 2016 16:22:25 +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 6844E12044D for ; Thu, 24 Mar 2016 16:22:10 +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=qkrjTjBUTwQmQL4t/3JQfKAW5WM=; b=ZE1LEOdAVXWid/8Av9 7FAefLI6vBTx35RK72C/YPNW2MYFr72LvgCOCnKwmWXlgr2qJZq5hsykM/zApbVE YmnNHxyWxjrRDfMhnQTc2AMQfHYF7aPLWlYxO3kuXT64jyM7O5o59+lKG/PifwgH wdDErY8U5lGfyneINmEVHgn6E= Received: by filter0423p1mdw1.sendgrid.net with SMTP id filter0423p1mdw1.24590.56F3959F5 2016-03-24 07:22:07.038733026 +0000 UTC Received: from herokuapp.com (ec2-23-23-35-145.compute-1.amazonaws.com [23.23.35.145]) by ismtpd0005p1iad1.sendgrid.net (SG) with ESMTP id uln2Vox0T7KKLs-nEQMrKw for ; Thu, 24 Mar 2016 07:22:06.861 +0000 (UTC) Date: Thu, 24 Mar 2016 07:22:06 +0000 From: usa@garbagecollect.jp To: ruby-core@ruby-lang.org Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 49125 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 11890 X-Redmine-Issue-Author: matsuda X-Redmine-Issue-Assignee: nagai X-Redmine-Sender: usa 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/Ymy4QrNMhiuLXJG8OTL2vJD1yS63NTIZ8EHe07+hLi/xXcE/yy7PZkISZhDW/s nHtyIuTM9doQPxh8WLGcqzKO2ihgXQGTGTk7/wIcjToVWuRnTIcxI9lNfsW9o22gtPKvH8pgNhDw34 qHDJ80oOI3ZRYI8sB5Ga57WmNJXWXL+UHkMV+v03+9wu/AvBp7hJyB/YgA== X-ML-Name: ruby-core X-Mail-Count: 74513 Subject: [ruby-core:74513] [Ruby trunk Bug#11890] Initializer method name typo in Tk 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 #11890 has been updated by Usaku NAKAMURA. Backport changed from 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN, 2.3: UNKNOWN to 2.1: REQUIRED, 2.2: REQUIRED, 2.3: REQUIRED ---------------------------------------- Bug #11890: Initializer method name typo in Tk https://bugs.ruby-lang.org/issues/11890#change-57634 * Author: Akira Matsuda * Status: Closed * Priority: Normal * Assignee: Hidetoshi Nagai * ruby -v: ruby 2.4.0dev (2015-12-27 trunk 53328) [x86_64-darwin14] * Backport: 2.1: REQUIRED, 2.2: REQUIRED, 2.3: REQUIRED ---------------------------------------- ext/tk/lib/tkextlib/blt/tree.rb: initialzie => initialize ---Files-------------------------------- bug_11890.patch (724 Bytes) -- https://bugs.ruby-lang.org/