class RSpec::Matchers::BuiltIn::YieldWithArgs

def all_args_match?

def all_args_match?
  values_match?(@expected, @actual)
end