From 5a7cc0b96524f1f613b4967d3e9bd32a9376a9cd Mon Sep 17 00:00:00 2001 From: Markus Schirp Date: Sat, 20 Apr 2013 14:52:08 +0200 Subject: [PATCH] Remove useless comment --- lib/mutant/cli/classifier/method.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/mutant/cli/classifier/method.rb b/lib/mutant/cli/classifier/method.rb index fbae944b..819ade59 100644 --- a/lib/mutant/cli/classifier/method.rb +++ b/lib/mutant/cli/classifier/method.rb @@ -23,7 +23,6 @@ module Mutant # @api private # def matcher - # TODO: Honor law of demeter scope_matcher.matcher.new(scope, method) end memoize :matcher @@ -37,7 +36,6 @@ module Mutant # @api private # def method - # TODO: Honor law of demeter scope_matcher.methods.detect do |method| method.name == method_name end || raise("Cannot find #{method_name} for #{scope}")