We would really like to avoid turning: ``` if foo some_function_call(...) end ``` Into `some_function_call(...) if foo`. Would this be possible with a plugin? Feel free to close!