# File lib/compass/sass_extensions/sprites/row_fitter.rb, line 32 def height @height ||= @rows.inject(0) {|sum, row| sum += row.height} end