# File lib/ohai/system.rb, line 180 def json_pretty_print(item=nil) FFI_Yajl::Encoder.new(:pretty => true).encode(item || @data) end