Method: Aruba::Platforms::UnixPlatform#executable?

Defined in:
lib/aruba/platforms/unix_platform.rb

#executable?(f) ⇒ Boolean

Path is executable

Returns:

  • (Boolean)


170
171
172
# File 'lib/aruba/platforms/unix_platform.rb', line 170

def executable?(f)
  File.executable?(f)
end