Method: Chef::Provider::RemoteFile#initialize
- Defined in:
- lib/chef/provider/remote_file.rb
#initialize(new_resource, run_context) ⇒ RemoteFile
Returns a new instance of RemoteFile.
27 28 29 30 |
# File 'lib/chef/provider/remote_file.rb', line 27 def initialize(new_resource, run_context) @content_class = Chef::Provider::RemoteFile::Content super end |