# File lib/fog/rackspace/storage.rb, line 153 def bytes_used @objects.values.map { |o| o.bytes_used }.reduce(0) { |a, b| a + b } end