Class: Keystone::Os::Darwin
- Inherits:
-
Unix
- Object
- AbstractOs
- Unix
- Keystone::Os::Darwin
- Defined in:
- lib/keystone/os/darwin.rb
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from AbstractOs
Instance Method Summary collapse
Methods inherited from Unix
#bin_or_usrbin, #disk, #hostname, #ip_address, #netstat
Methods inherited from AbstractOs
#disk, #dump, #hostname, #ip_address, #netstat
Instance Method Details
#process_list ⇒ Object
5 6 7 |
# File 'lib/keystone/os/darwin.rb', line 5 def process_list `/bin/ps -aux`.chomp end |