# File lib/mocha/expectation.rb, line 146
146:     def at_most_once()
147:       at_most(1)
148:       self
149:     end