--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Returns true only if obj has the same value as flt. Contrast this with Float#eql?, which requires obj to be a Float. - !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