From 586284544a7615d04d0e9900694c039ea68bd7d3 Mon Sep 17 00:00:00 2001 From: Markus Schirp Date: Wed, 29 Aug 2012 12:44:03 +0200 Subject: [PATCH] Add equalization on identification string for matchers --- lib/mutant/matcher/method.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mutant/matcher/method.rb b/lib/mutant/matcher/method.rb index 51b57528..64665112 100644 --- a/lib/mutant/matcher/method.rb +++ b/lib/mutant/matcher/method.rb @@ -2,7 +2,7 @@ module Mutant class Matcher # Matcher to find AST for method class Method < self - include Immutable + include Immutable, Equalizer.new(:identification) # Parse a method string into filter #