From 78503cedffaafb2cf2c9c26ef2b97b938c0b8013 Mon Sep 17 00:00:00 2001 From: Markus Schirp Date: Sat, 27 Apr 2013 15:53:53 +0200 Subject: [PATCH] Source beautification --- lib/mutant/matcher/method/instance.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/mutant/matcher/method/instance.rb b/lib/mutant/matcher/method/instance.rb index 278dfa19..234d1f12 100644 --- a/lib/mutant/matcher/method/instance.rb +++ b/lib/mutant/matcher/method/instance.rb @@ -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