Method: Chef::Resource.sorted_descendants
- Defined in:
- lib/chef/resource.rb
.sorted_descendants ⇒ Object
1329 1330 1331 |
# File 'lib/chef/resource.rb', line 1329 def self.sorted_descendants @@sorted_descendants ||= descendants.sort_by(&:to_s) end |