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

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

#executable?(f) ⇒ Boolean

Path is executable

Returns:

  • (Boolean)


181
182
183
# File 'lib/aruba/platforms/unix_platform.rb', line 181

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