lib/perfect_shape/multi_point.rb in perfect-shape-0.0.9 vs lib/perfect_shape/multi_point.rb in perfect-shape-0.0.10

- old
+ new

@@ -53,15 +53,7 @@ end def max_y points.map(&:last).max end - - def width - max_x - min_x if min_x && max_x - end - - def height - max_y - min_y if min_y && max_y - end end end