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
The goal is for `#[]` (aliased as `#slice`) to behave similarly to
`Array#[]`/`Array#slice`. When `Array#slice` has a length or range that
extends beyond the end of the array, they simply return everything
up to the end.
0 commit comments