class RSpec::Matchers::BuiltIn::Include

def perform_match(&block)

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

def perform_match: () -> true

This signature was generated using 4 samples from 1 application.

def perform_match(&block)
  @divergent_items = excluded_from_actual(&block)
  @divergent_items.empty?
end