class RSpec::Mocks::MessageExpectation

def ignoring_args?

Other tags:
    Private: -
def ignoring_args?
  @expected_received_count == :any
end