# File lib/rspec/mocks/message_expectation.rb, line 266
      def at_most(n)
        set_expected_received_count :at_most, n
        self
      end