mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
show debug info.
https://gist.github.com/ko1/a71f7cbcfbd61ba004bffdfedab9f5f2#file-brlog-trunk-random0-20200302-020213-L2127
This commit is contained in:
parent
d25a4f413d
commit
0bfee2397b
1 changed files with 1 additions and 1 deletions
|
|
@ -3303,7 +3303,7 @@ __END__
|
|||
assert_equal(0, STDIN.fileno)
|
||||
assert_equal(1, STDOUT.fileno)
|
||||
assert_equal(2, STDERR.fileno)
|
||||
assert_equal(0, $stdin.fileno)
|
||||
assert_equal(0, $stdin.fileno, "#fileno on #{$stdin.class}")
|
||||
assert_equal(1, $stdout.fileno)
|
||||
assert_equal(2, $stderr.fileno)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue