# File lib/mocha/expectation.rb, line 172
172:     def at_most_once()
173:       at_most(1)
174:       self
175:     end