lib/inch/evaluation/role/method.rb in inch-0.4.7 vs lib/inch/evaluation/role/method.rb in inch-0.4.8
- old
+ new
@@ -30,10 +30,11 @@
def suggestion
"Describe what '#{object.name}' returns"
end
end
- # Role assigned to methods where the return value is decribed in the docs
+ # Role assigned to methods where the return value is decribed in the
+ # docs
class WithReturnDescription < Base
applicable_if :return_described?
end
# Role assigned to methods where the return value is not decribed