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 9603517D6C43 for ; Thu, 3 Jul 2014 11:53:20 +0900 (JST) Received: from funfun.nagaokaut.ac.jp (smtp.nagaokaut.ac.jp [133.44.2.201]) by kankan.nagaokaut.ac.jp (Postfix) with ESMTP id 088B2B5D910 for ; Thu, 3 Jul 2014 12:15:12 +0900 (JST) Received: from funfun.nagaokaut.ac.jp (localhost.nagaokaut.ac.jp [127.0.0.1]) by funfun.nagaokaut.ac.jp (Postfix) with ESMTP id 6D99897A836 for ; Thu, 3 Jul 2014 12:15:13 +0900 (JST) X-Virus-Scanned: amavisd-new at nagaokaut.ac.jp Authentication-Results: funfun.nagaokaut.ac.jp (amavisd-new); dkim=fail (1024-bit key) reason="fail (message has been altered)" header.d=sendgrid.me Received: from funfun.nagaokaut.ac.jp ([127.0.0.1]) by funfun.nagaokaut.ac.jp (funfun.nagaokaut.ac.jp [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SXhdf1mvhKhS for ; Thu, 3 Jul 2014 12:15:13 +0900 (JST) Received: from voscc.nagaokaut.ac.jp (voscc.nagaokaut.ac.jp [133.44.1.100]) by funfun.nagaokaut.ac.jp (Postfix) with ESMTP id 4807697A827 for ; Thu, 3 Jul 2014 12:15:13 +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 4C553952443 for ; Thu, 3 Jul 2014 12:15:10 +0900 (JST) Received: from [221.186.184.76] (unknown [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 908391204B3; Thu, 3 Jul 2014 12:14:59 +0900 (JST) X-Original-To: ruby-core@ruby-lang.org Delivered-To: ruby-core@ruby-lang.org Received: from o10.shared.sendgrid.net (o10.shared.sendgrid.net [173.193.132.135]) by neon.ruby-lang.org (Postfix) with ESMTPS id 988D212047B for ; Thu, 3 Jul 2014 12:14:56 +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=wKZsJv2irYNUo9SW08aOwFvlZvA=; b=VQ67Q7vMYknGGmFVwP ZICNwQ3p6zZmMupj8rw0G8eZ0WikC8t39Ec0eLLYoGyR2O53axZESv8iq6CehZrP 43AptVTMlyslK99TgmjI2eqdBRjoWIbbvH1gXpIk74ryDRyzloc0qgnin9iuyFaT yWTs9GLbWsQrxILqQhJWdAmMg= Received: by mf210.sendgrid.net with SMTP id mf210.12139.53B4CAAE1A 2014-07-03 03:14:54.574611601 +0000 UTC Received: from herokuapp.com (ec2-54-87-223-163.compute-1.amazonaws.com [54.87.223.163]) by ismtpd-026.iad1.sendgrid.net (SG) with ESMTP id 146fa37b73d.1f0a.578e9c for ; Thu, 03 Jul 2014 03:14:53 +0000 (GMT) Date: Thu, 03 Jul 2014 03:14:53 +0000 From: nagachika00@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: 37604 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 9876 X-Redmine-Issue-Author: ghazel X-Redmine-Issue-Assignee: keiju X-Redmine-Sender: nagachika X-Mailer: Redmine X-Redmine-Host: bugs.ruby-lang.org X-Redmine-Site: Ruby Issue Tracking System X-Auto-Response-Suppress: OOF Auto-Submitted: auto-generated X-SG-EID: ync6xU2WACa70kv/Ymy4QrNMhiuLXJG8OTL2vJD1yS4/o4a3pUlFQ/lNaLWkBhDpzLRUNPI9WAlVHtgQ43CUTAiiKw4lV2e16Dnz7bhG+hBlKz1cxIEgS6B8UHlaXqa0sxtJe5gMJX7gNwH8UcbdCUUwdZz2SWaLW71udFvaFF4= X-ML-Name: ruby-core X-Mail-Count: 63529 Subject: [ruby-core:63529] [ruby-trunk - Bug #9876] [Assigned] IRB::Context output_method is not used 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 #9876 has been updated by Tomoyuki Chikanaga. Category set to lib Status changed from Open to Assigned Assignee set to Keiju Ishitsuka ---------------------------------------- Bug #9876: IRB::Context output_method is not used https://bugs.ruby-lang.org/issues/9876#change-47577 * Author: Greg Hazel * Status: Assigned * Priority: Normal * Assignee: Keiju Ishitsuka * Category: lib * Target version: * ruby -v: 2.0.0p451 * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN ---------------------------------------- IRB::Context takes an optional output_method, but it is never used. IRB::Irb.output_value, and IRB::Irb.eval_input call print / printf directly, which always goes to STDOUT. -- https://bugs.ruby-lang.org/