class Chef::Deprecated::Generic
Public Instance Methods
inspect()
click to toggle source
# File lib/chef/deprecated.rb, line 295 def inspect "#{message}\nThis is a generic error message and should be updated to have a proper deprecation class. #{location}\nPlease see #{url} for an overview of Chef deprecations." end
url()
click to toggle source
# File lib/chef/deprecated.rb, line 291 def url "https://docs.chef.io/chef_deprecations_client.html" end