Actions
Feature #16412
closedThread#to_s to return "... file:line" instead of "...@file:line"
Description
Proc#to_s returns "... file:line" instead of "...@file:line", but Thread#to_s
includes @
.
I think changing Thread#to_s
too is better for consistency.
Updated by znz (Kazuhiro NISHIYAMA) almost 5 years ago
- Related to Feature #16101: Proc#to_s returns "... file:line" instead of "...@file:line" added
Updated by byroot (Jean Boussier) almost 5 years ago
I made a PR for it: https://github.com/ruby/ruby/pull/2738
Updated by Eregon (Benoit Daloze) almost 5 years ago
- Status changed from Open to Closed
- Assignee set to ko1 (Koichi Sasada)
+1
https://github.com/ruby/ruby/pull/2738 was merged, thanks for the PR!
Updated by sawa (Tsuyoshi Sawada) over 4 years ago
- Subject changed from Thread#to_s returns "... file:line" instead of "...@file:line" to Thread#to_s to return "... file:line" instead of "...@file:line"
- Description updated (diff)
Actions
Like0
Like0Like0Like0Like0