Skip to content

Commit

Permalink
Remove shared/math folder
Browse files Browse the repository at this point in the history
The only remaining file was atanh, which is only used in math/atanh. Move it to
the math folder.

The folder itself has been cleared when support for Ruby 2.6 has been dropped.
References:
* commit 055d83c
* commit 653c06d
  • Loading branch information
herwinw authored and andrykonchin committed Dec 30, 2024
1 parent 34ce2eb commit d67e34f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/math/atanh_spec.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require_relative '../../spec_helper'
require_relative '../../fixtures/math/common'
require_relative '../../shared/math/atanh'
require_relative 'fixtures/common'
require_relative 'shared/atanh'

describe "Math.atanh" do
it_behaves_like :math_atanh_base, :atanh, Math
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit d67e34f

Please sign in to comment.