irb icon indicating copy to clipboard operation
irb copied to clipboard

Avoid using arbitrary puts to print output

Open QWYNG opened this issue 11 months ago • 0 comments

fix #580

  • Implement puts and print in InputMethod to be overridden by Input methods.
  • Change all Kernel#puts invocation to irb_context.io.puts

QWYNG avatar Nov 02 '24 02:11 QWYNG