You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+1. In fact rubocop prefers to change empty methods to the one-line option in your 'before' example. So only one of this linting tool and rubocop can be passing at any one time unless you turn the rule off in rubocop.
The following code:
causes
However, if I update this to have
end
on a separate line as shown below, the error magically goes away.The text was updated successfully, but these errors were encountered: