Sha256: f8ed982148120d1522c67b01a0f7b63b87f76a4183b5e1268bfcc15759372784
Contents?: true
Size: 331 Bytes
Versions: 52
Compression:
Stored size: 331 Bytes
Contents
ruby_version_is "1.9" do describe "Rational#integer?" do it "returns false for a rational with a numerator and no denominator" do Rational(20).integer?.should be_false end it "returns false for a rational with a numerator and a denominator" do Rational(20,3).integer?.should be_false end end end
Version data entries
52 entries across 52 versions & 2 rubygems