在 OpsCode Wiki 中有以下文档:
require 'ohai'
# ...
# Profit! ;-)
如何打印由“ohai”命令提供但使用 IRB 的 JSON 数据?我试图查看 application.rb 中的代码,但我得到了空数据。
require 'ohai/application'
ohai = Ohai::System.new
ohai.json_pretty_print
=> "{\n\n}"
我不想在 Chef (或Shef)中执行此操作,我只想在我自己的应用程序中使用 ohai gem 本身。