From: Jason Clinton Date: 2006-02-08T01:38:08+09:00 Subject: IO#reopen bug in 1.8.4? --nextPart4770210.vPGWEgSv9n Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Greetings list, $stdout.fileno =3D> 1 $stderr.fileno =3D> 2 $stderr.reopen($stdout) $stderr.fileno =3D> 2 Shouldn't that last line evaluate to 1? BTW, it does indeed redirect STDERR to STDOUT, it's just that the #fileno=20 appears to be wrong. --nextPart4770210.vPGWEgSv9n Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQBD6MzLtSqjk42zvwkRAtNSAJ98SuJiSVAoK+Xw6h9jvWxve67/YQCfV1u6 saE8VbQTepxzHu9PYsNVrV0= =vAh3 -----END PGP SIGNATURE----- --nextPart4770210.vPGWEgSv9n--