Project

General

Profile

Actions

Feature #11227

closed

May it be possible to add some symbols to IO.new() ?

Added by shevegen (Robert A. Heiler) almost 9 years ago. Updated almost 9 years ago.

Status:
Feedback
Assignee:
-
Target version:
-
[ruby-core:69470]

Description

Hello.

IO.new() wants a number.

io = IO.new(1)

Would it be possible or desirable to also allow symbols?

Such as:

io = IO.new(:stdout)

The :stdout seems to make it slightly easier for me
to remember which of the variants (0,1,2) is which
(stdin, stdout, stderr).

Actions

Also available in: Atom PDF

Like0
Like0Like0