Extended maintenance of Ruby 1.9.3 ended on February 23, 2015. Read more

In Files

  • error.c

Parent

RangeError

Raised when a given numerical value is out of range.

[1, 2, 3].drop(1 << 100)

raises the exception:

RangeError: bignum too big to convert into `long'