Method: Aruba::Processes::SpawnProcess#filesystem_status

Defined in:
lib/aruba/processes/spawn_process.rb

#filesystem_statusAruba::Platforms::FilesystemStatus

Return file system stats for the given command

Returns:



316
317
318
# File 'lib/aruba/processes/spawn_process.rb', line 316

def filesystem_status
  Aruba.platform.filesystem_status.new(command_path)
end