Current Path :
/
opt
/
alt
/
ruby18
/
share
/
ri
/
1.8
/
system
/
Bignum
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//opt/alt/ruby18/share/ri/1.8/system/Bignum/eql%3f-i.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Returns <tt>true</tt> only if <em>obj</em> is a <tt>Bignum</tt> with the same value as <em>big</em>. Contrast this with <tt>Bignum#==</tt>, 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