# File lib/ohai/mixin/command.rb, line 31 def shell_out(cmd) m = Mixlib::ShellOut.new(cmd) m.run_command m end