Remove useless comment

This commit is contained in:
Markus Schirp 2013-04-20 14:52:08 +02:00
parent 84bfea0357
commit 5a7cc0b965

View file

@ -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}")