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
A bunch of the query methods (probably most of them actually) enter an each loop, and then return inside it. These loops don't actually loop, so there's no reason to use a loop.