Sha256: 19d25671b819ae3b9a57ae9b0edd7d8ca8cdaa3bea0dc5543c72ebec187ec06d
Contents?: true
Size: 439 Bytes
Versions: 52
Compression:
Stored size: 439 Bytes
Contents
ruby_version_is "1.9" do require File.expand_path('../../../shared/rational/divmod', __FILE__) describe "Rational#divmod when passed a Rational" do it_behaves_like(:rational_divmod_rat, :divmod) end describe "Rational#divmod when passed an Integer" do it_behaves_like(:rational_divmod_int, :divmod) end describe "Rational#divmod when passed a Float" do it_behaves_like(:rational_divmod_float, :divmod) end end
Version data entries
52 entries across 52 versions & 2 rubygems