lib/inch/evaluation/role/method_parameter.rb in inch-0.4.10 vs lib/inch/evaluation/role/method_parameter.rb in inch-0.5.0.rc1
- old
+ new
@@ -65,11 +65,10 @@
# @see CodeObject::Proxy::MethodParameterObject#wrongly_mentioned?
class WithWrongMention < Base
applicable_if :wrongly_mentioned?
def suggestion
- "The parameter '#{object.name}' seems not to be part of the " \
- "signature."
+ "The parameter '#{object.name}' seems not to be part of the signature."
end
def priority
+1
end