Re: Ruby returning invalid entry sizes

2018-07-09 Thread Corinna Vinschen
On Jul 9 09:25, cyg Simple wrote: > On 7/9/2018 5:10 AM, Corinna Vinschen wrote: > > On Jul 8 20:34, Steven Penny wrote: > >> If you run this command with Linux Ruby or RubyInstaller [1]: > >> > >>$ ruby -e 'p File.size(".")' > >>65536 > >> > >> you correctly get the IO Blocks for the

Re: Ruby returning invalid entry sizes

2018-07-09 Thread cyg Simple
On 7/9/2018 5:10 AM, Corinna Vinschen wrote: > On Jul 8 20:34, Steven Penny wrote: >> If you run this command with Linux Ruby or RubyInstaller [1]: >> >>$ ruby -e 'p File.size(".")' >>65536 >> >> you correctly get the IO Blocks for the current directory. However not with >> Cygwin Ruby:

Re: Ruby returning invalid entry sizes

2018-07-09 Thread Corinna Vinschen
On Jul 8 20:34, Steven Penny wrote: > If you run this command with Linux Ruby or RubyInstaller [1]: > >$ ruby -e 'p File.size(".")' >65536 > > you correctly get the IO Blocks for the current directory. However not with > Cygwin Ruby: > >$ ruby -e 'p File.size(".")' >0

Ruby returning invalid entry sizes

2018-07-08 Thread Steven Penny
If you run this command with Linux Ruby or RubyInstaller [1]: $ ruby -e 'p File.size(".")' 65536 you correctly get the IO Blocks for the current directory. However not with Cygwin Ruby: $ ruby -e 'p File.size(".")' 0 [1] http://rubyinstaller.org -- Problem reports: