class Chef::Deprecated::Generic
Public Instance Methods
Source
# File lib/chef/deprecated.rb, line 271 def to_s "Deprecation from #{location}\n\n #{message}\n\n#{link}" end
Source
# File lib/chef/deprecated.rb, line 267 def url "https://docs.chef.io/chef_deprecations_client/" end