Sha256: c1798f2426622d08786a893de734b1504331ad56e97f6c463a7933df97c15418
Contents?: true
Size: 275 Bytes
Versions: 83
Compression:
Stored size: 275 Bytes
Contents
require File.dirname(File.join(__rhoGetCurrentDir(), __FILE__)) + '/../../spec_helper' describe "Float#>" do it "returns true if self is greater than other" do (1.5 > 1).should == true (2.5 > 3).should == false (45.91 > bignum_value).should == false end end
Version data entries
83 entries across 83 versions & 1 rubygems