Skip to content

Commit

Permalink
Fix quoting of backtraces (#3382)
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon authored Oct 7, 2024
1 parent ad9eb92 commit 3e7096c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions en/news/_posts/2024-10-07-ruby-3-4-0-preview2-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ Note: Excluding feature bug fixes.
* Use a single quote instead of a backtick as a opening quote. [[Feature #16495]]
* Display a class name before a method name (only when the class has a permanent name). [[Feature #19117]]
* `Kernel#caller`, `Thread::Backtrace::Location`'s methods, etc. are also changed accordingly.

```
Old:
test.rb:1:in `foo': undefined method `time' for an instance of Integer
Expand Down

0 comments on commit 3e7096c

Please sign in to comment.