ruby--ruby/lib/irb
manga_osyo b6b2e489f1 [ruby/irb] Changed to call Kernel.print
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
2022-01-27 01:28:52 +09:00
..
cmd [ruby/irb] irb_info codepage mismatch 2021-12-24 10:32:14 +09:00
ext
lc [ruby/irb] Add help about extra doc dir option 2021-10-11 21:12:58 +09:00
.document
color.rb [ruby/irb] Use require_relative to require lib files 2022-01-17 14:23:40 +09:00
color_printer.rb [ruby/irb] Use require_relative to require lib files 2022-01-17 14:23:40 +09:00
completion.rb [ruby/irb] Ignore parenthesis during completion 2021-10-13 06:33:48 +09:00
context.rb [ruby/irb] Add --extra-doc-dir option to show doc dialog 2021-10-11 21:12:57 +09:00
easter-egg.rb
extend-command.rb [ruby/irb] Changed to call Kernel.print 2022-01-27 01:28:52 +09:00
frame.rb
help.rb
init.rb [ruby/irb] Add --extra-doc-dir option to show doc dialog 2021-10-11 21:12:57 +09:00
input-method.rb [ruby/irb] Prefer `IO#wait_readable` over `IO#select`. (https://github.com/ruby/irb/pull/323) 2021-12-29 09:37:05 +09:00
inspector.rb [ruby/irb] Use require_relative to require lib files 2022-01-17 14:23:40 +09:00
irb.gemspec [ruby/irb] Update dependency, reline >= 0.3.0 2021-12-25 00:41:03 +09:00
locale.rb
magic-file.rb
notifier.rb
output-method.rb
ruby-lex.rb Fix warning in `Lexer::Elem#[]` 2021-12-24 20:44:02 +09:00
ruby_logo.aa
src_encoding.rb
version.rb [ruby/irb] Version 1.4.1 2021-12-25 12:57:28 +09:00
workspace.rb
ws-for-case-2.rb
xmp.rb