관리-도구
편집 파일: %3d%3d-i.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Returns <tt>true</tt> iff this value is numerically equal to <tt>other</tt>. - !ruby/struct:SM::Flow::P body: "But beware:" - !ruby/struct:SM::Flow::VERB body: " Rational(1,2) == Rational(4,8) # -> true\n Rational(1,2) == Rational.new!(4,8) # -> false\n" - !ruby/struct:SM::Flow::P body: Don't use Rational.new! full_name: Rational#== is_singleton: false name: == params: (other) visibility: public