class RSpec::Matchers::BuiltIn::Compound

def diffable?

Returns:
  • (Boolean) -

Other tags:
    Api: - private
def diffable?
  matcher_is_diffable?(matcher_1) || matcher_is_diffable?(matcher_2)
end