class RSpec::Matchers::BuiltIn::Has

def initialize(expected, *args)

def initialize(expected, *args)
  @expected, @args = expected, args
end