Add equalization on identification string for matchers

This commit is contained in:
Markus Schirp 2012-08-29 12:44:03 +02:00
parent f24b190a2a
commit 586284544a

View file

@ -2,7 +2,7 @@ module Mutant
class Matcher class Matcher
# Matcher to find AST for method # Matcher to find AST for method
class Method < self class Method < self
include Immutable include Immutable, Equalizer.new(:identification)
# Parse a method string into filter # Parse a method string into filter
# #