Method: Chef::Provider::LWRPBase#load_current_resource
- Defined in:
- lib/chef/provider/lwrp_base.rb
#load_current_resource ⇒ Object
no-op load_current_resource. Allows simple LWRP providers to work without defining this method explicitly (silences Chef::Exceptions::Override exception)
45 |
# File 'lib/chef/provider/lwrp_base.rb', line 45 def load_current_resource; end |