You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: en/news/_posts/2023-12-25-ruby-3-3-0-released.md
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -122,14 +122,16 @@ We are pleased to announce the release of Ruby {{ release.version }}. Ruby 3.3 a
122
122
123
123
IRB has received several enhancements, including but not limited to:
124
124
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))
130
130
131
131
In addition, IRB has also undergone extensive refactoring and received dozens of bug fixes to facilitate easier future enhancements.
132
132
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/).
0 commit comments