mirror of
https://github.com/ruby/ruby.git
synced 2026-01-29 13:34:17 +00:00
If you call `binding.irb` on a class defined `#print`, it will crash, so call `Kernel.print`. Fix [Bug #18389] `binding.irb` can fail in some classes that implement `context` and `print` methods. https://github.com/ruby/irb/commit/d54b271984