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
I expect the second# empty to error, but not the first.
validationsdoversion1do# emptyendend
I expect the only (and first) # empty to error.
This might be impossible due to how these blocks can be freely nested. For example, why would view :index error here, but version 1 (with implicit view nil won't (and shouldn't).
If this can't be solved, that's fine.
The text was updated successfully, but these errors were encountered:
When given:
I expect the second
# empty
to error, but not the first.I expect the only (and first)
# empty
to error.This might be impossible due to how these blocks can be freely nested. For example, why would
view :index
error here, butversion 1
(with implicitview nil
won't (and shouldn't).If this can't be solved, that's fine.
The text was updated successfully, but these errors were encountered: