[ruby-core:95533] [Ruby master Bug#9876] IRB::Context output_method is not used
From:
aycabta@...
Date:
2019-10-24 14:50:47 UTC
List:
ruby-core #95533
Issue #9876 has been updated by aycabta (aycabta .). Status changed from Assigned to Closed This is fixed by commit:1fb4584825. ---------------------------------------- Bug #9876: IRB::Context output_method is not used https://bugs.ruby-lang.org/issues/9876#change-82309 * Author: ghazel (Greg Hazel) * Status: Closed * Priority: Normal * Assignee: keiju (Keiju Ishitsuka) * 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/ Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>