Sha256: aa9205c704bab18e18cd1751d8d82ddcca4063663d6cba83cacd271894498fe3
Contents?: true
Size: 494 Bytes
Versions: 52
Compression:
Stored size: 494 Bytes
Contents
ruby_version_is "1.9" do require File.expand_path('../../../shared/rational/exponent', __FILE__) describe "Rational#**" do it_behaves_like(:rational_exponent, :**) end describe "Rational#** when passed Rational" do it_behaves_like(:rational_exponent_rat, :**) end describe "Rational#** when passed Float" do it_behaves_like(:rational_exponent_float, :**) end describe "Rational#** when pass Integer" do it_behaves_like(:rational_exponent_int, :**) end end
Version data entries
52 entries across 52 versions & 2 rubygems