Sha256: 83e5934120c8796e1e523df6ba49c370efbe317ae1007cb9a59e888f815ee881
Contents?: true
Size: 480 Bytes
Versions: 52
Compression:
Stored size: 480 Bytes
Contents
ruby_version_is "1.9" do require File.expand_path('../../../shared/rational/multiply', __FILE__) describe "Rational#*" do it_behaves_like(:rational_multiply, :*) end describe "Rational#* passed a Rational" do it_behaves_like(:rational_multiply_rat, :*) end describe "Rational#* passed a Float" do it_behaves_like(:rational_multiply_float, :*) end describe "Rational#* passed an Integer" do it_behaves_like(:rational_multiply_int, :*) end end
Version data entries
52 entries across 52 versions & 2 rubygems