Module | Chef::Mixin::FromFile |
In: |
lib/chef/mixin/from_file.rb
|
Loads a given ruby file, and runs class_eval against it in the context of the current object.
Raises an IOError if the file cannot be found, or is not readable.