The assumption was that `if` and `unless` lines need to be paired with ends, but that's not true if it's trailing: ``` + end + class Main + @user_source_code = 'self' if @user_source_code == '' + end + end ```