Method: Chef::Deprecated::Generic#to_s

Defined in:
lib/chef/deprecated.rb

#to_sObject



271
272
273
# File 'lib/chef/deprecated.rb', line 271

def to_s
  "Deprecation from #{location}\n\n  #{message}\n\n#{link}"
end