# File lib/rspec/matchers/built_in/include.rb, line 23
        def diffable?
          # Matchers do not diff well, since diff uses their inspect
          # output, which includes their instance variables and such.
          @expected.none? { |e| is_a_matcher?(e) }
        end