Method: Chef::CookbookVersion#segment_filenames
- Defined in:
- lib/chef/cookbook_version.rb
#segment_filenames(segment) ⇒ Object
266 267 268 |
# File 'lib/chef/cookbook_version.rb', line 266 def segment_filenames(segment) files_for(segment).map { |f| f["full_path"] || File.join(root_dir, f["path"]) } end |