summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2022-12-21 17:41:00 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2022-12-21 17:41:00 -0800
commit5b76a8ed5694ff451f8140ca21ac5aae6c4145fa (patch)
tree8d3131b3a8c44676f2e8da0e45697b39589a2b26 /NEWS.md
parent67ef3cd3ccdaeb1310a550f62a8a23606fb3bced (diff)
Introduce some notable IRB features in NEWS [ci skip]
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/NEWS.md b/NEWS.md
index 2d6c789318..518e89553e 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -433,7 +433,15 @@ Note: We're only listing outstanding class updates.
* IRB
- * Added many of new commands and improvements. see [ruby-3-2-irb]
+ * debug.gem integration commands have been added: `debug`, `break`, `catch`,
+ `next`, `delete`, `step`, `continue`, `finish`, `backtrace`, `info`
+ * They work even if you don't have `gem "debug"` in your Gemfile.
+ * See also: [ruby-3-2-irb]
+ * More Pry-like commands and features have been added.
+ * `edit` and `show_cmds` (like Pry's `help`) are added.
+ * `ls` takes `-g` or `-G` option to filter out outputs.
+ * `show_source` is aliased from `$` and accepts unquoted inputs.
+ * `whereami` is aliased from `@`.
* Net::Protocol