class RSpec::Matchers::BuiltIn::Include

def comparing_hash_to_a_subset?(expected_item)

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

def comparing_hash_to_a_subset?: (Class expected_item) -> false

This signature was generated using 9 samples from 1 application.

def comparing_hash_to_a_subset?(expected_item)
  actual.is_a?(Hash) && expected_item.is_a?(Hash)
end