123456789_123456789_123456789_123456789_123456789_

Module: ActiveSupport::Testing::RactorsAssertions

Do not use. This module is for internal use only.
Relationships & Source Files
Defined in: activesupport/lib/active_support/testing/ractors_assertions.rb

Instance Method Summary

Instance Method Details

#assert_ractor_shareable(obj) (private)

See additional method definition at line 8.

[ GitHub ]

  
# File 'activesupport/lib/active_support/testing/ractors_assertions.rb', line 12

def assert_ractor_shareable(obj)
  assert_nothing_raised { Ractor.make_shareable(obj) }
end