관리-도구
편집 파일: %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>flt</em>. Contrast this with <tt>Float#eql?</tt>, which requires <em>obj</em> to be a <tt>Float</tt>. - !ruby/struct:SM::Flow::VERB body: " 1.0 == 1 #=> true\n" full_name: Float#== is_singleton: false name: == params: | flt == obj => true or false visibility: public