class RSpec::Matchers::BuiltIn::Include

def initialize(*expecteds)

Other tags:
    Api: - private
def initialize(*expecteds)
  raise(ArgumentError, 'include() is not supported, please supply an argument') if expecteds.empty?
  @expecteds = expecteds
end