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
We use dig under the covers to resolve child paths on enumerables. Enumerable#dig is only available in Ruby >= 2.3.0. We could potentially polyfill below that.
The text was updated successfully, but these errors were encountered:
We use dig under the covers to resolve child paths on enumerables.
Enumerable#dig
is only available in Ruby >= 2.3.0. We could potentially polyfill below that.The text was updated successfully, but these errors were encountered: