From: Run Paint Run Run Date: 2009-08-05T01:29:40+09:00 Subject: [ruby-core:24748] [Feature #1882] MatchData#== Feature #1882: MatchData#== http://redmine.ruby-lang.org/issues/show/1882 Author: Run Paint Run Run Status: Open, Priority: Low Category: core Terribly unimportant, even by my standards, but could MatchData have a sensible #== defined? Currently two logically identical MatchData objects return false for #==. >> a = 'haystack'.match(/hay/) => # >> b = 'haystack'.match(/hay/) => # >> a != b => true ---------------------------------------- http://redmine.ruby-lang.org