StandardError
當給定的數值超出範圍時引發。
[1, 2, 3].drop(1 << 100)
引發例外
RangeError: bignum too big to convert into `long'