관리-도구
편집 파일: %3d%3d-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> has the same value as <em>big</em>. Contrast this with <tt>Bignum#eql?</tt>, which requires <em>obj</em> to be a <tt>Bignum</tt>. - !ruby/struct:SM::Flow::VERB body: " 68719476736 == 68719476736.0 #=> true\n" full_name: Bignum#== is_singleton: false name: == params: | big == obj => true or false visibility: public