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
Currently, nothing prevents you from doing my_regex.actions[:foobar] = quote nothing end which silently does nothing.
It's probably better to have a dedicated setaction! for this.
The text was updated successfully, but these errors were encountered:
Currently, nothing prevents you from doing
my_regex.actions[:foobar] = quote nothing end
which silently does nothing.It's probably better to have a dedicated setaction! for this.
The text was updated successfully, but these errors were encountered: