From: aycabta@... Date: 2019-10-24T14:50:47+00:00 Subject: [ruby-core:95533] [Ruby master Bug#9876] IRB::Context output_method is not used 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: