Method: Chef::Resource.load_current_value
- Defined in:
- lib/chef/resource.rb
permalink .load_current_value(&load_block) ⇒ Object
Define a method to load up this resource’s properties with the current actual values.
1110 1111 1112 |
# File 'lib/chef/resource.rb', line 1110 def self.load_current_value(&load_block) define_method(:load_current_value!, &load_block) end |