状況によっては、欠落している引数を追加するか、余分な引数を除去するクイックフィックスを使用できます。
例:
def example end # 指定されている引数が多すぎます example(true)