lib/inch/language/elixir/roles/function.rb in inch-0.5.0.rc5 vs lib/inch/language/elixir/roles/function.rb in inch-0.5.0.rc6
- old
+ new
@@ -15,10 +15,11 @@
class WithManyParameters < Base
applicable_if :has_many_parameters?
priority +2
end
- # Role assigned to methods where the return value is typed in the docs
+ # Role assigned to methods where the return value is typed in the
+ # docs
class WithReturnType < Base
applicable_if :return_typed?
end
# Role assigned to methods where the return value is not typed