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