--- !ruby/object:RI::MethodDescription
aliases: []
block_params:
comment:
- !ruby/struct:SM::Flow::P
body: Returns true only if obj is a Bignum with the same value as big. Contrast this with Bignum#==, which performs type conversions.
- !ruby/struct:SM::Flow::VERB
body: " 68719476736.eql?(68719476736.0) #=> false\n"
full_name: Bignum#eql?
is_singleton: false
name: eql?
params: |
big.eql?(obj) => true or false
visibility: public