See File.executable?.
File.executable?
Returns:
17 18 19
# File 'lib/path/file_predicates.rb', line 17 def executable? File.executable?(@path) end