class RSpec::Matchers::BuiltIn::BePredicate

def predicate_accessible?

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

def predicate_accessible?: () -> true

This signature was generated using 5 samples from 1 application.

def predicate_accessible?
  super || actual.respond_to?(present_tense_predicate)
end