class Spec::Matchers::Include

def initialize(*expecteds)

def initialize(*expecteds)
  @expecteds = expecteds
end