[ruby-core:96185] [Ruby master Feature#16412] Thread#to_s returns "... file:line" instead of "...@file:line"
| Newsgroups | gmane.comp.lang.ruby.core |
|---|---|
| Message-ID | <redmine.journal-83067.20191210111747.f9f0e4a49ecf3e9a@ruby-lang.org> |
Issue #16412 has been updated by byroot (Jean Boussier). I made a PR for it: https://github.com/ruby/ruby/pull/2738 ---------------------------------------- Feature #16412: Thread#to_s returns "... file:line" instead of "...@file:line" https://bugs.ruby-lang.org/issues/16412#change-83067 * Author: znz (Kazuhiro NISHIYAMA) * Status: Open * Priority: Normal * Assignee: * Target version: ---------------------------------------- [Proc#to_s returns "... file:line" instead of "...@file:line"](https://bugs.ruby-lang.org/issues/16101), but `Thread#to_s` includes `@`. I think changing `Thread#to_s` too is better consistency. -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:[email protected]?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>