Actions
Feature #15112
openIntroducing the short form of `STDERR.puts expr.inspect`.
Feature #15112:
Introducing the short form of `STDERR.puts expr.inspect`.
Description
I sometimes write STDERR.puts obj.inspect to print debug message to standard error.
I want to write it as STDERR.p obj.
It can be realized by introducing p singleton method in STDERR object.
Updated by mrkn (Kenta Murata) about 7 years ago
- Related to Feature #14609: Let `Kernel#p` without an argument print the receiver added
Updated by mrkn (Kenta Murata) about 7 years ago
- Subject changed from Introdudce the new singleton method STDERR.p to Introducing the short form of `STDERR.puts expr.inspect`.
Updated by hsbt (Hiroshi SHIBATA) over 1 year ago
- Status changed from Open to Assigned
Actions