Source beautification
This commit is contained in:
parent
99c0cc89bd
commit
78503cedff
1 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,8 @@ module Mutant
|
|||
# @api private
|
||||
#
|
||||
def match?(node)
|
||||
node.line == source_line &&
|
||||
node.class == Rubinius::AST::Define &&
|
||||
node.line == source_line &&
|
||||
node.class == Rubinius::AST::Define &&
|
||||
node.name == method_name
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue