Flowdock
eql?(p1) public

Returns true only if obj is a Bignum with the same value as big. Contrast this with Bignum#==, which performs type conversions.

68719476736.eql?(68719476736.0)   #=> false
Show source
Register or log in to add new notes.