Skip to content

Commit 3fe3dfa

Browse files
st0012hsbt
authored andcommitted
Add a link to the IRB for Ruby 3.3 blog post
1 parent e663616 commit 3fe3dfa

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

en/news/_posts/2023-12-25-ruby-3-3-0-released.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -122,14 +122,16 @@ We are pleased to announce the release of Ruby {{ release.version }}. Ruby 3.3 a
122122

123123
IRB has received several enhancements, including but not limited to:
124124

125-
- Advanced `irb:rdbg` integration that provides an equivalent debugging experience to `pry-byebug` ([doc](https://github.com/ruby/irb#debugging-with-irb)).
126-
- Pager support for `ls`, `show_source` and `show_cmds` commands.
127-
- More accurate and helpful information provided by the `ls` and `show_source` commands.
128-
- Experimental autocompletion using type analysis ([doc](https://github.com/ruby/irb#type-based-completion)).
129-
- It is now possible to change the font color and font style in the completion dialog by a newly introduced class Reline::Face ([doc](https://github.com/ruby/ruby/blob/master/doc/reline/face.md))
125+
* Advanced `irb:rdbg` integration that provides an equivalent debugging experience to `pry-byebug` ([doc](https://github.com/ruby/irb#debugging-with-irb)).
126+
* Pager support for `ls`, `show_source` and `show_cmds` commands.
127+
* More accurate and helpful information provided by the `ls` and `show_source` commands.
128+
* Experimental autocompletion using type analysis ([doc](https://github.com/ruby/irb#type-based-completion)).
129+
* It is now possible to change the font color and font style in the completion dialog by a newly introduced class Reline::Face ([doc](https://github.com/ruby/ruby/blob/master/doc/reline/face.md))
130130

131131
In addition, IRB has also undergone extensive refactoring and received dozens of bug fixes to facilitate easier future enhancements.
132132

133+
For more detailed updates, please refer to [Unveiling the big leap in Ruby 3.3's IRB](https://railsatscale.com/2023-12-19-irb-for-ruby-3-3/).
134+
133135
## Compatibility issues
134136

135137
Note: Excluding feature bug fixes.

0 commit comments

Comments
 (0)