# File lib/mocha/expectation.rb, line 187
187:     def at_most_once()
188:       at_most(1)
189:       self
190:     end