windows:ARGF.each_char yields each char of all streams to the passed block
windows:ARGF.each_char returns an Enumerator when passed no block
windows:ARGF.each_char when no block is given returns an Enumerator
