class RSpec::Mocks::Space

def new_mutex

Experimental RBS support (using type sampling data from the type_fusion project).

def new_mutex: () -> RSpec::Support::ReentrantMutex

This signature was generated using 1 sample from 1 application.

def new_mutex
  Support::ReentrantMutex.new
end