Method: Chef::Deprecated::Base.deprecation_key

Defined in:
lib/chef/deprecated.rb

.deprecation_keyString

Return the deprecation key as would be used with Chef::Deprecated.create.

Returns:



99
100
101
# File 'lib/chef/deprecated.rb', line 99

def deprecation_key
  Chef::Mixin::ConvertToClassName.convert_to_snake_case(name, "Chef::Deprecated")
end