File Manager

Path: /opt/chef/embedded/lib/ruby/gems/2.7.0/gems/chef-16.3.45/spec/data/lwrp_override/resources/

Viewing File: foo.rb

# Starting with Chef 12 reloading an LWRP shouldn't reload the file anymore

actions :never_execute

attribute :ever, :kind_of => String

class ::Chef
  def method_created_by_override_lwrp_foo
  end
end