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