25 26 27
# File 'lib/epdft.rb', line 25 def chars @chars ||= inject(0) { |total, p| total + p.chars } end