Flowdock
method

coerce

Importance_1
Ruby latest stable (v2_5_5) - 0 notes - Class: Integer
coerce(p1) public

Returns an array with both a numeric and a big represented as Bignum objects.

This is achieved by converting numeric to a Bignum.

A TypeError is raised if the numeric is not a Fixnum or Bignum type.

(0x3FFFFFFFFFFFFFFF+1).coerce(42)   #=> [42, 4611686018427387904]
Show source
Register or log in to add new notes.