Class Ohai::System
In: lib/ohai/system.rb
Parent: Object

Methods

Included Modules

Ohai::Mixin::ConstantHelper

Attributes

data  [RW] 
provides_map  [R] 
v6_dependency_solver  [R] 

Public Class methods

Public Instance methods

Pretty Print this object as JSON

Re-runs plugins that provide the attributes specified by attribute_filter. If attribute_filter is not given, re-runs all plugins.

Note that dependencies will not be re-run, so you must specify all of the attributes you want refreshed in the attribute_filter

This method takes a naive approach to v6 plugins: it simply re-runs all of them whenever called.

Below APIs are from V6. Make sure that you are not breaking backwards compatibility if you are changing any of the APIs below.

Serialize this object as a hash

[Validate]