Improve classifier error message
This commit is contained in:
parent
78503cedff
commit
1d79063393
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ module Mutant
|
|||
def method
|
||||
scope_matcher.methods.detect do |method|
|
||||
method.name == method_name
|
||||
end or raise("Cannot find #{method_name} for #{scope}")
|
||||
end or raise("Cannot find method #{method_name} for #{scope}")
|
||||
end
|
||||
memoize :method, :freezer => :noop
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue