Method: Chef::Deprecated::Property#to_s
- Defined in:
- lib/chef/deprecated.rb
#to_s ⇒ Object
221 222 223 |
# File 'lib/chef/deprecated.rb', line 221 def to_s "Deprecated resource property used from #{location}\n\n #{message}\n\nPlease consult the resource documentation for more information." end |