class RSpec::Matchers::BuiltIn::Include
def convert_to_hash?(obj)
Experimental RBS support (using type sampling data from the type_fusion
project).
def convert_to_hash?: (Array[Class] obj) -> false
This signature was generated using 6 samples from 1 application.
def convert_to_hash?(obj) !obj.respond_to?(:include?) && obj.respond_to?(:to_hash) end