Method: Chef::Deprecated::Base#to_s
- Defined in:
- lib/chef/deprecated.rb
#to_s ⇒ String
Render the user-visible message for this deprecation.
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 |