CONFIGURE.md in irbtools-3.0.5 vs CONFIGURE.md in irbtools-4.0.0
- old
+ new
@@ -41,11 +41,10 @@
: The library is required just before showing the prompt.
`:late_thread => identifier`
: Same as `:thread`, but after loading late libraries.
`:sub_session => true`
: The library is loaded every time a sub-session starts (using
- `IRB.conf[:IRB_RC]`). In [ripl](https://github.com/cldwalker/ripl),
- `ripl-after_rc` is used.
+ `IRB.conf[:IRB_RC]`).
`:autoload => :Constant`
: Use Ruby's `autoload` feature. It loads the library as soon as the
constant is encountered.