Method: Chef::Deprecated::Base#to_s

Defined in:
lib/chef/deprecated.rb

#to_sString

Render the user-visible message for this deprecation.

Returns:



56
57
58
# File 'lib/chef/deprecated.rb', line 56

def to_s
  "Deprecation CHEF-#{self.class.deprecation_id} from #{location}\n\n  #{message}\n\n#{link}"
end