29 30 31
# File 'lib/cards/extensions.rb', line 29 def heights map {|c| c.height} end
25 26 27
# File 'lib/cards/extensions.rb', line 25 def widths map {|c| c.width} end