class RSpec::Mocks::MessageExpectation

def matches_at_most_count?

Other tags:
    Private: -
def matches_at_most_count?
  @at_most && @actual_received_count <= @expected_received_count
end