Chef::Provider
# File lib/chef/provider/ruby_block.rb, line 31 def action_create converge_by("execute the ruby block #{@new_resource.name}") do @new_resource.block.call Chef::Log.info("#{@new_resource} called") end end
# File lib/chef/provider/ruby_block.rb, line 27 def load_current_resource true end
# File lib/chef/provider/ruby_block.rb, line 23 def whyrun_supported? true end
[Validate]
Generated with the Darkfish Rdoc Generator 2.