HEX
Server: Apache
System: Linux s198.coreserver.jp 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC 2025 x86_64
User: nagasaki (10062)
PHP: 7.1.33
Disabled: NONE
Upload Files
File: //usr/local/rvm/src/ruby-2.5.9/spec/ruby/core/rational/plus_spec.rb
require File.expand_path('../../../shared/rational/plus', __FILE__)

describe "Rational#+" do
  it_behaves_like(:rational_plus, :+)
end

describe "Rational#+ with a Rational" do
  it_behaves_like(:rational_plus_rat, :+)
end
describe "Rational#+ with a Float" do
  it_behaves_like(:rational_plus_float, :+)
end

describe "Rational#+ with an Integer" do
  it_behaves_like(:rational_plus_int, :+)
end