Method: Aruba::Platforms::FilesystemStatus#executable?

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

#executable?Boolean

Returns:

  • (Boolean)


13
14
15
# File 'lib/aruba/platforms/filesystem_status.rb', line 13

def executable?
  status.executable?
end