diff options
author | Tim Smith <tsmith@chef.io> | 2017-12-15 08:14:00 -0800 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2017-12-15 08:16:07 -0800 |
commit | fb57ed415f2d1fe43b44175ed4f61b2134375858 (patch) | |
tree | ceb6c64e5872914eb29f56d6881959e5101962d8 /lib/chef/provider | |
parent | 748b3e626a20d050d5d777ce5c206203e01f8386 (diff) | |
download | chef-fb57ed415f2d1fe43b44175ed4f61b2134375858.tar.gz |
Remove author yard commentsmodernize_log_resource
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/provider')
-rw-r--r-- | lib/chef/provider/log.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/chef/provider/log.rb b/lib/chef/provider/log.rb index 20e6064903..214f284fbb 100644 --- a/lib/chef/provider/log.rb +++ b/lib/chef/provider/log.rb @@ -20,9 +20,6 @@ class Chef class Provider class Log # Chef log provider, allows logging to chef's logs - # - # @author Cary Penniman <cary@rightscale.com> - # @author Tyler Cloke <tyler@chef.io> class ChefLog < Chef::Provider provides :log |