Parent:StandardError
当给定索引无效时引发。
a = [:foo, :bar] a.fetch(0) #=> :foo a[4] #=> nil a.fetch(4) #=> IndexError: index 4 outside of array bounds: -2...2
本文档系腾讯云开发者社区成员共同维护,如有问题请联系 cloudcommunity@tencent.com
分享手册到朋友圈
扫码关注腾讯云开发者
领取腾讯云代金券