Closed hsbt closed 9 months ago
/cc @st0012
BTW, unless you need to work with old IRB (before v1.2.1, which came with Ruby 2.7), I think USE_MULTILINE
is not necessary as it's the default, as well as loading irb/completion
.
I think USE_MULTILINE is not necessary as it's the default
I didn't know that. Thanks!
thanks
Thank you 👍
Description
irb_test.rb
will refer IRB configuration like.irbrc
or something from User's environment. I always got test failure about them. This is my.irbrc
.See the following result from
make test-bundled-gems
.I stub-out their configuration with
setup
block oftest-unit
. After that, these are resolved.