lib/inch/evaluation/role/method.rb in inch-0.4.6 vs lib/inch/evaluation/role/method.rb in inch-0.4.7
- old
+ new
@@ -44,10 +44,9 @@
def suggestion
"Describe what '#{object.name}' returns"
end
end
-
# Role assigned to methods with many lines
#
# @see CodeObject::Proxy::MethodObject#has_many_lines?
class WithManyLines < Base
applicable_if :has_many_lines?