fails:File::Stat#executable? returns true if named file is executable by the effective user id of the process, otherwise false
fails:File::Stat#executable? returns true if the argument is an executable file
fails:File::Stat#executable? accepts an object that has a #to_path method
fails:File::Stat#executable? raises an ArgumentError if not passed one argument
fails:File::Stat#executable? raises a TypeError if not passed a String type
