21 22 23
# File 'lib/epdft.rb', line 21 def width @width ||= inject(0) { |total, p| total + p.width } end