# File lib/mspec/mocks/proxy.rb, line 87 87: def at_most(n) 88: @count = [:at_most, n_times(n)] 89: self 90: end