Method: Aruba::Processes::SpawnProcess#filesystem_status
- Defined in:
- lib/aruba/processes/spawn_process.rb
#filesystem_status ⇒ Aruba::Platforms::FilesystemStatus
Return file system stats for the given command
316 317 318 |
# File 'lib/aruba/processes/spawn_process.rb', line 316 def filesystem_status Aruba.platform.filesystem_status.new(command_path) end |