# File lib/chef/streaming_cookbook_uploader.rb, line 162 def size @parts.inject(0) {|size, part| size + part.size} end