Actions
Bug #2135
closedFile.executable? returns spurious true's in windows
Bug #2135:
File.executable? returns spurious true's in windows
Description
=begin
install hanna gem
C:\ruby\bin>irb
irb(main):001:0> File.executable? 'hanna'
=> true
though this file is not actually executable.
Same thing results thing with all versions of ruby.
Thanks!
=end
Actions