class RSpec::Matchers::BuiltIn::Include

def initialize(*expecteds)

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

def initialize: (*Array[Class] expecteds) -> void

This signature was generated using 3 samples from 1 application.

Other tags:
    Api: - private
def initialize(*expecteds)
  @expecteds = expecteds
end