报告包含圆括号的无实参方法调用。
示例:
# 不良做法 gets.chomp()
可以通过快速修复来移除冗余圆括号。 应用快速修复后,结果如下所示:
# 优良做法 gets.chomp
受
'RuboCop'
启发