Module Ohai::Mixin::FromFile
In: lib/ohai/mixin/from_file.rb

Methods

from_file  

Public Instance methods

Loads a given ruby file, and runs instance_eval against it in the context of the current object.

Raises an IOError if the file cannot be found, or is not readable.

[Validate]