Add equalization on identification string for matchers
This commit is contained in:
parent
f24b190a2a
commit
586284544a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue