# File lib/chef/shef/model_wrapper.rb, line 49 def all(&block) all_objects = list_objects block_given? ? all_objects.map(&block) : all_objects end