method
matches_at_most_count?
matches_at_most_count?()
public
Hide source
# File lib/spec/mocks/message_expectation.rb, line 180 def matches_at_most_count? @at_most && @actual_received_count <= @expected_received_count end