Skip to content

Commit 3e7096c

Browse files
authored
Fix quoting of backtraces (#3382)
1 parent ad9eb92 commit 3e7096c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

en/news/_posts/2024-10-07-ruby-3-4-0-preview2-released.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ Note: Excluding feature bug fixes.
5555
* Use a single quote instead of a backtick as a opening quote. [[Feature #16495]]
5656
* Display a class name before a method name (only when the class has a permanent name). [[Feature #19117]]
5757
* `Kernel#caller`, `Thread::Backtrace::Location`'s methods, etc. are also changed accordingly.
58+
5859
```
5960
Old:
6061
test.rb:1:in `foo': undefined method `time' for an instance of Integer

0 commit comments

Comments
 (0)