bfoz / geometry

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

Rectangle#== should do implicit type conversion #47

Open bfoz opened 11 years ago

bfoz commented 11 years ago

Rectangle.new [-1,-1],[1,1] should == Rectangle.new Size[2,2]

Currently #== is aliased to #eql?