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
Improve conversion to regex by using eval(throwback) instead of Regexp.try_conver(throwback). The latter requires 'to_regexp' gem, while the former is vanilla Ruby.
0 commit comments