bfoz / geometry

Geometric primitives for Ruby
https://rubygems.org/gems/geometry
BSD 2-Clause "Simplified" License
47 stars 18 forks source link

Remove support for using square brackets to create a Rectangle #49

Closed bfoz closed 11 years ago

bfoz commented 11 years ago

Rectangle[...] seems wrong now that I look at it again. Switch to the more standard Rectangle.new syntax.