aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/rational/to_f_spec.rb
blob: 92ff2444b42537b1abe0e8604569e787ba161f86 (plain)
1
2
3
4
5
require File.expand_path('../../../shared/rational/to_f', __FILE__)

describe "Rational#to_f" do
  it_behaves_like(:rational_to_f, :to_f)
end