--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Tests for value equality; returns true if the values are equal. - !ruby/struct:SM::Flow::P body: The == and === operators and the eql? method have the same implementation for BigDecimal. - !ruby/struct:SM::Flow::P body: "Values may be coerced to perform the comparison:" - !ruby/struct:SM::Flow::P body: BigDecimal.new('1.0') == 1.0 -> true full_name: BigDecimal#eql? is_singleton: false name: eql? params: (p1) visibility: public