summaryrefslogtreecommitdiff
path: root/lib/chef/resource/file.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2017-12-19 13:40:22 -0800
committerGitHub <noreply@github.com>2017-12-19 13:40:22 -0800
commit0ebf198dd0a8788fcc536ea31e4b01a89fa63522 (patch)
treedc1579a4d86882ab3e766186a808d8acbeab5d12 /lib/chef/resource/file.rb
parent04d5cdb9bac717d9682707d0ffc65aaf3a7c591e (diff)
parent034f00f6c466c3924e5fdb069b484d1961283c76 (diff)
downloadchef-0ebf198dd0a8788fcc536ea31e4b01a89fa63522.tar.gz
Merge pull request #6696 from chef/yard
Add descriptions and yard @since comments to all resources
Diffstat (limited to 'lib/chef/resource/file.rb')
-rw-r--r--lib/chef/resource/file.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/resource/file.rb b/lib/chef/resource/file.rb
index 0540385646..43d9c57150 100644
--- a/lib/chef/resource/file.rb
+++ b/lib/chef/resource/file.rb
@@ -25,6 +25,7 @@ require "pathname"
class Chef
class Resource
+ # Use the file resource to manage files directly on a node.
class File < Chef::Resource
include Chef::Mixin::Securable