class RSpec::Expectations::ValueExpectationTarget

def to(matcher=nil, message=nil, &block)

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

def to: (?(RSpec::Matchers::BuiltIn::BeTruthy | RSpec::Matchers::BuiltIn::Include) matcher, ?String? message, ) -> true

This signature was generated using 14 samples from 1 application.

def to(matcher=nil, message=nil, &block)
  enforce_value_expectation(matcher)
  super
end