# File lib/mspec/mocks/proxy.rb, line 82
82:   def at_least(n)
83:     @count = [:at_least, n_times(n)]
84:     self
85:   end