Method: Process.ps_command
- Defined in:
- lib/webget_ruby_ramp/process.rb
.ps_command ⇒ String
Get the process command, i.e. what the sytem will call for the “ps” command.
203 204 205 |
# File 'lib/webget_ruby_ramp/process.rb', line 203 def self.ps_command @@ps_command||=PS_COMMAND_DEFAULT end |