shapes = [ Rectangle.new, Square.new ] shapes.each { |shape| shape.set_width(100) }