Skip to content

Commit

Permalink
Guard for < Ruby 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Apr 27, 2021
1 parent 200f2a0 commit 1ef660c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/matrix/test_matrix.rb
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,7 @@ def test_ractor
end.take
assert_same obj1, obj2
RUBY
end
end if defined?(Ractor)

def test_rotate_with_symbol
assert_equal(Matrix[[4, 1], [5, 2], [6, 3]], @m1.rotate_entries)
Expand Down

0 comments on commit 1ef660c

Please sign in to comment.