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
Things that give back an enumerator need to enumerate over a FetchingSomething
Things that give back a hash or array need give back a FetchingSomething
Things that give back sub-slices (e.g. #last) need to do bounds checking
Remove any Enumerable method that can't reasonably be made to fit these requirements.
For example, #drop should return a fetch'ified array.
The text was updated successfully, but these errors were encountered:
Things that give back an enumerator need to enumerate over a
FetchingSomething
Things that give back a hash or array need give back a
FetchingSomething
Things that give back sub-slices (e.g.
#last
) need to do bounds checkingRemove any
Enumerable
method that can't reasonably be made to fit these requirements.For example,
#drop
should return a fetch'ified array.The text was updated successfully, but these errors were encountered: