From noreply at rubyforge.org Sun Aug 26 08:38:29 2012 From: noreply at rubyforge.org (noreply at rubyforge.org) Date: Sun, 26 Aug 2012 08:38:29 +0000 (UTC) Subject: [wxruby-development] [ wxruby-Bugs-29632 ] Missing "=" in rect.rb Message-ID: <20120826083829.122252E05D@rubyforge.org> Bugs item #29632, was opened at 2012-08-26 08:38 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=29632&group_id=35 Category: Incorrect behavior Group: None Status: Open Resolution: None Priority: 3 Submitted By: mark wonttell (runnerle) Assigned to: Nobody (None) Summary: Missing "=" in rect.rb Initial Comment: Hello, in rect.rb on line 15, there is missing an "=" for the comparision of get_right and other.get_right Test: a = Wx::Rect.new(1,2,3,4) b = Wx::Rect.new(1,2,3,4) a == b #returns true a = Wx::Rect.new(1,2,7,4) b = Wx::Rect.new(1,2,3,4) a == b #returns true ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=29632&group_id=35