Project

General

Profile

Actions

Feature #15112

open

Introducing the short form of `STDERR.puts expr.inspect`.

Feature #15112: Introducing the short form of `STDERR.puts expr.inspect`.

Added by mrkn (Kenta Murata) about 7 years ago. Updated over 1 year ago.

Status:
Assigned
Target version:
-
[ruby-core:88972]

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.


Related issues 1 (0 open1 closed)

Related to Ruby - Feature #14609: Let `Kernel#p` without an argument print the receiverRejectedmatz (Yukihiro Matsumoto)Actions

Updated by mrkn (Kenta Murata) about 7 years ago #5

  • Related to Feature #14609: Let `Kernel#p` without an argument print the receiver added

Updated by mrkn (Kenta Murata) about 7 years ago #7 [ruby-core:89376]

  • 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 #8

  • Status changed from Open to Assigned
Actions

Also available in: PDF Atom