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
The `$1` global constant refers to the first capture group for whatever was last
matched. The regexp occurs before `load_entry` is called, hence rubocop
complains. However, the capture group is passed in as `entry` so just use that.
0 commit comments