Module Ohai::Mixin::Command
In: lib/ohai/mixin/command.rb

Methods

Public Instance methods

This is taken directly from Ara T Howard‘s Open4 library, and then modified to suit the needs of Ohai. Any bugs here are most likely my own, and not Ara‘s.

The original appears in external/open4.rb in its unmodified form.

Thanks Ara!

run_command_backend(command, timeout)
run_command_backend(command, timeout)

Alias for run_command_unix

[Validate]