관리-도구
편집 파일: 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>Float</tt> with the same value as <em>flt</em>. Contrast this with <tt>Float#==</tt>, which performs type conversions. - !ruby/struct:SM::Flow::VERB body: " 1.0.eql?(1) #=> false\n" full_name: Float#eql? is_singleton: false name: eql? params: | flt.eql?(obj) => true or false visibility: public