class RSpec::Mocks::Space

def verify_all

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

def verify_all: () -> untyped

This signature was generated using 1 sample from 1 application.

def verify_all
  proxies.values.each { |proxy| proxy.verify }
  any_instance_recorders.each_value { |recorder| recorder.verify }
end