Object
# File lib/compass/sass_extensions/sprites/row_fitter.rb, line 36 def efficiency @rows.inject(0) { |sum, row| sum += row.efficiency } ** @rows.length end
# File lib/compass/sass_extensions/sprites/row_fitter.rb, line 23 def fit!(style = :scan) send("#{style}_fit") @rows end
Generated with the Darkfish Rdoc Generator 2.