报告包含括号的无参数方法调用。

示例:

# 不良做法
gets.chomp()
可以通过快速修复来移除冗余括号。 应用快速修复后,结果如下所示:
# 优良做法
gets.chomp

'RuboCop' 启发