Skip to content

Commit

Permalink
Introduce some notable IRB features in NEWS [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
k0kubun committed Dec 22, 2022
1 parent 67ef3cd commit 5b76a8e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion NEWS.md
Expand Up @@ -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

Expand Down

0 comments on commit 5b76a8e

Please sign in to comment.