Sha256: f8c528682b8f3e43892c926df8759fbe02abd932183b7154057f170fdc7967cd
Contents?: true
Size: 230 Bytes
Versions: 83
Compression:
Stored size: 230 Bytes
Contents
require File.dirname(File.join(__rhoGetCurrentDir(), __FILE__)) + '/../../spec_helper' describe "Float#eql?" do it "returns true if other is a Float equal to self" do 1.0.should_not eql(1) 0.0.should eql(0.0) end end
Version data entries
83 entries across 83 versions & 1 rubygems