module RSpec::Mocks::MessageExpectation::ImplementationDetails

def ignoring_args?

def ignoring_args?
  @expected_received_count == :any
end