diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2016-03-17 14:54:46 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2016-03-17 14:54:46 -0700 |
commit | b0b4fa7a73936ea65eac9c21b6d30ac7d7ac8993 (patch) | |
tree | 91dbd9040f0660c870dfc9699676c3f2178b4fa8 /lib | |
parent | 259b42cd77e91a0194e17bd2bee639f9240b3b75 (diff) | |
download | chef-b0b4fa7a73936ea65eac9c21b6d30ac7d7ac8993.tar.gz |
rub some YARD on deprecation comment
Diffstat (limited to 'lib')
-rw-r--r-- | lib/chef/dsl/recipe.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/dsl/recipe.rb b/lib/chef/dsl/recipe.rb index 306465b586..b713ed9f87 100644 --- a/lib/chef/dsl/recipe.rb +++ b/lib/chef/dsl/recipe.rb @@ -120,7 +120,7 @@ class Chef end end - # This module is deprecated and will be removed in Chef 13 + # @deprecated Use Chef::DSL::Recipe instead, will be removed in Chef 13 module FullDSL include Chef::DSL::Recipe extend Chef::Mixin::LazyModuleInclude |